Commit Graph

25 Commits

Author SHA1 Message Date
Mike Bayer 4cd1902796 - The RowTuple object returned by Query(*cols) now
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.
2008-08-05 20:15:28 +00:00
Mike Bayer af38982273 - Added a new SessionExtension hook called after_attach().
This is called at the point of attachment for objects
via add(), add_all(), delete(), and merge().
2008-07-15 14:54:37 +00:00
Mike Bayer e91072a95c bump 2008-07-14 19:34:39 +00:00
Mike Bayer c48ea0ae43 will call this beta1 (same as 0.4 version did) 2008-06-12 20:04:01 +00:00
Mike Bayer 4a6afd469f r4695 merged to trunk; trunk now becomes 0.5.
0.4 development continues at /sqlalchemy/branches/rel_0_4
2008-05-09 16:34:10 +00:00
Mike Bayer c4eeabc60b bump 2008-04-04 02:11:56 +00:00
Jason Kirtland f58037b0a5 Bump. 2008-03-12 00:07:37 +00:00
Jason Kirtland 29e456d51c Bump. 2008-02-15 16:54:42 +00:00
Mike Bayer d2e4c52b9f - next release will be 0.4.3
- 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.
2008-01-30 17:35:20 +00:00
Jason Kirtland 046ec98a0b bump. 2008-01-09 22:53:33 +00:00
Jason Kirtland 54f7111662 re-bump 2008-01-09 20:23:53 +00:00
Mike Bayer 93d6f1d58a - Text type is properly exported now and does not raise a warning
on DDL create
2008-01-08 08:55:18 +00:00
Mike Bayer 2fc1bf2615 bump 2008-01-07 20:13:29 +00:00
Jason Kirtland f9fd5bfb86 bump. 2008-01-05 18:42:46 +00:00
Mike Bayer 829e9f8a91 calling this 0.4.2a 2008-01-05 18:27:12 +00:00
Mike Bayer 6bb629d76b add a polymorphic get() test 2007-11-19 04:08:48 +00:00
Jason Kirtland 3e7f1cc9f3 Bump! 2007-10-17 18:04:33 +00:00
Jason Kirtland ccaa530fcb Update for 0.4.0 2007-10-17 17:41:59 +00:00
Mike Bayer 475bfc04ac bump to beta7, but might become 0.4.0 2007-09-27 17:30:52 +00:00
Mike Bayer e92d5cff7e - mapper compilation has been reorganized such that most compilation
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).
2007-09-02 19:55:33 +00:00
Mike Bayer 8034ccd28c bump 2007-08-22 20:39:32 +00:00
Mike Bayer 7c13541139 bump 2007-08-16 15:22:17 +00:00
Mike Bayer a8946d3682 bump 2007-08-16 15:12:57 +00:00
Jason Kirtland d06fba535c Bump. 2007-08-12 19:30:49 +00:00
Jason Kirtland 3c749cba52 Bake the version number into the source during packaging. 2007-08-11 16:05:27 +00:00