summaryrefslogtreecommitdiff
path: root/VERSION
Commit message (Collapse)AuthorAgeFilesLines
* - VERSION moves just as a string in __version__Mike Bayer2008-12-101-1/+0
| | | | | - added modified sphinx.sty with plain Verbatim section - link to pdf doc in site
* - bump, this may become 0.5.0Mike Bayer2008-11-141-1/+1
| | | | | - Calling alias.execute() in conjunction with server_side_cursors won't raise AttributeError.
* - Query.count() and Query.get() return a more informativeMike Bayer2008-11-081-1/+1
| | | | | error message when executed against multiple entities. [ticket:1220]
* - 0.5.0rc3, dohMike Bayer2008-10-181-1/+1
| | | | | | | | | | | | - The internal notion of an "OID" or "ROWID" column has been removed. It's basically not used by any dialect, and the possibility of its usage with psycopg2's cursor.lastrowid is basically gone now that INSERT..RETURNING is available. - Removed "default_order_by()" method on all FromClause objects. - profile/compile/select test is 8 function calls over on buildbot 2.4 for some reason, will adjust after checking the results of this commit
* - version bumpMike Bayer2008-09-161-1/+1
| | | | | | | - turned properties in sql/expressions.py to @property - column.in_(someselect) can now be used as a columns-clause expression without the subquery bleeding into the FROM clause [ticket:1074]
* - 0.5.0rc1rel_0_5rc1Mike Bayer2008-09-111-1/+1
| | | | - removed unneeded grouping from BooleanClauseList, generated needless parens
* - The RowTuple object returned by Query(*cols) nowMike Bayer2008-08-051-1/+1
| | | | | | | | | | | features keynames which prefer mapped attribute names over column keys, column keys over column names, i.e. Query(Class.foo, Class.bar) will have names "foo" and "bar" even if those are not the names of the underlying Column objects. Direct Column objects such as Query(table.c.col) will return the "key" attribute of the Column.
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-151-1/+1
| | | | | This is called at the point of attachment for objects via add(), add_all(), delete(), and merge().
* bumpMike Bayer2008-07-141-1/+1
|
* will call this beta1 (same as 0.4 version did)Mike Bayer2008-06-121-1/+1
|
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-1/+1
| | | | 0.4 development continues at /sqlalchemy/branches/rel_0_4
* bumpMike Bayer2008-04-041-1/+1
|
* Bump.Jason Kirtland2008-03-121-1/+1
|
* Bump.Jason Kirtland2008-02-151-1/+1
|
* - next release will be 0.4.3Mike Bayer2008-01-301-1/+1
| | | | | | | | | | - fixed merge() collection-doubling bug when merging transient entities with backref'ed collections. [ticket:961] - merge(dont_load=True) does not accept transient entities, this is in continuation with the fact that merge(dont_load=True) does not accept any "dirty" objects either.
* bump.Jason Kirtland2008-01-091-1/+1
|
* re-bumpJason Kirtland2008-01-091-2/+1
|
* - Text type is properly exported now and does not raise a warningMike Bayer2008-01-081-1/+2
| | | | on DDL create
* bumpMike Bayer2008-01-071-1/+1
|
* bump.Jason Kirtland2008-01-051-1/+1
|
* calling this 0.4.2arel_0_4_2aMike Bayer2008-01-051-1/+1
|
* add a polymorphic get() testMike Bayer2007-11-191-1/+1
|
* Bump!Jason Kirtland2007-10-171-1/+1
|
* Update for 0.4.0Jason Kirtland2007-10-171-1/+1
|
* bump to beta7, but might become 0.4.0Mike Bayer2007-09-271-1/+1
|
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-1/+1
| | | | | | | | | | occurs upon mapper construction. this allows us to have fewer calls to mapper.compile() and also to allow class-based properties to force a compilation (i.e. User.addresses == 7 will compile all mappers; this is [ticket:758]). The only caveat here is that an inheriting mapper now looks for its inherited mapper upon construction; so mappers within inheritance relationships need to be constructed in inheritance order (which should be the normal case anyway).
* bumpMike Bayer2007-08-221-1/+1
|
* bumpMike Bayer2007-08-161-1/+1
|
* bumprel_0_4beta3Mike Bayer2007-08-161-1/+1
|
* Bump.Jason Kirtland2007-08-121-1/+1
|
* Bake the version number into the source during packaging.Jason Kirtland2007-08-111-0/+1