News
Analyzed
4 months
ago.
based on code collected
5 months
ago.
Posted
over 12 years
ago
by
Vaclav Naydionov
* New more intuitive syntax for filters in queries:
it's done via operator overloading.
* Domain classes now have static variable 'c' for convenient
metadata referencing, useful e.g. for filtering.
* When querying a tuple of Domain classes there will
... [More]
be issued
a query with join of corresponding tables.
* Query object now has got methods .one() and .count()
in addition to old method .all().
* Added Tutorial3: Querying objects.
http://code.google.com/p/yb-orm/wiki/Tutorial3
* Fix subtle bug with compiler reordering function calls that leads to
wrong parameter orders.
* Fix assertion with re-adding object into session.
* Fix: Session must always do rollback on releasing Engine.
* Auth sample: Improve App class, use theApp::instance().new_session()
for creating sessions. [Less]
|
Posted
over 12 years
ago
by
Vaclav Naydionov
* New more intuitive syntax for filters in queries:
it's done via operator overloading.
* Domain classes now have static variable 'c' for convenient
metadata referencing, useful e.g. for filtering.
* When querying a tuple of Domain classes there will
... [More]
be issued
a query with join of corresponding tables.
* Query object now has got methods .one() and .count()
in addition to old method .all().
* Added Tutorial3: Querying objects.
http://code.google.com/p/yb-orm/wiki/Tutorial3
* Fix subtle bug with compiler reordering function calls that leads to
wrong parameter orders.
* Fix assertion with re-adding object into session.
* Fix: Session must always do rollback on releasing Engine.
* Auth sample: Improve App class, use theApp::instance().new_session()
for creating sessions. [Less]
|
Posted
over 12 years
ago
/0.3.2/yborm-0.3.2-mingw-qt.zip
|
Posted
over 12 years
ago
/0.3.2/yborm-0.3.2-mingw-qt.zip
|
Posted
over 12 years
ago
/0.3.2/yborm-0.3.2-msvc2010.zip
|
Posted
over 12 years
ago
/0.3.2/yborm-0.3.2-msvc2010.zip
|
Posted
over 12 years
ago
/0.3.2/yborm-0.3.2.tar.gz
|
Posted
over 12 years
ago
/0.3.2/yborm-0.3.2.tar.gz
|
Posted
almost 13 years
ago
by
Vaclav Naydionov
* Integrate native SQLITE driver for use in non-QT builds.
Now this driver is used in Windows examples by default.
Thanx to Andrey Skobenkov.
* Improved logging in the ORM core.
* Support URL for specifying connection thruout the examples
and the
... [More]
build system.
Now it's possible to just use --with-test-db-url option
and YBORM_URL environment variable.
* Applied patches from Sebastian Lauwers,
See closed tasks here: http://code.google.com/p/yb-orm/issues
* Fixed Session::flush_delete(): respect the depth.
* Fixed Engine::on_delete(): once prepare, many times exec.
* Cleaned up MetaData classes' interfaces for sake of convenience.
Now the generated code looks more readable.
* New class Expression replaced old Filter class.
This is the first step to develop a comprehensive query language.
* For convenience added --with-yborm-root to configure script
in Auth sample.
* Application singleton for Auth example. [Less]
|
Posted
almost 13 years
ago
by
Vaclav Naydionov
* Integrate native SQLITE driver for use in non-QT builds.
Now this driver is used in Windows examples by default.
Thanx to Andrey Skobenkov.
* Improved logging in the ORM core.
* Support URL for specifying connection thruout the examples
and the
... [More]
build system.
Now it's possible to just use --with-test-db-url option
and YBORM_URL environment variable.
* Applied patches from Sebastian Lauwers,
See closed tasks here: http://code.google.com/p/yb-orm/issues
* Fixed Session::flush_delete(): respect the depth.
* Fixed Engine::on_delete(): once prepare, many times exec.
* Cleaned up MetaData classes' interfaces for sake of convenience.
Now the generated code looks more readable.
* New class Expression replaced old Filter class.
This is the first step to develop a comprehensive query language.
* For convenience added --with-yborm-root to configure script
in Auth sample.
* Application singleton for Auth example. [Less]
|
Edit News Feeds