| Commit message (Expand) | Author | Age | Files | Lines |
* | closing out 0.3 maint.rel_0_3 | Mike Bayer | 2010-03-09 | 0 | -0/+0 |
* | - tables with schemas can still be used in sqlite, firebird, | Mike Bayer | 2007-12-05 | 3 | -4/+10 |
* | - func. objects can be pickled/unpickled [ticket:844] | Mike Bayer | 2007-11-04 | 3 | -1/+14 |
* | - query.get() and related functions (like many-to-one lazyloading) | Mike Bayer | 2007-10-16 | 6 | -6/+39 |
* | removed default schema test; this is supported in 0.4rel_0_3_11 | Mike Bayer | 2007-10-14 | 1 | -24/+0 |
* | - backref remove object operation doesn't fail if the other-side | Mike Bayer | 2007-10-14 | 3 | -2/+35 |
* | - removed LONG_STRING, LONG_BINARY from "binary" types, so type objects | Mike Bayer | 2007-10-14 | 2 | -1/+4 |
* | fixed reflection of Column's nullable property [firebird] | Roger Demetrescu | 2007-10-06 | 2 | -0/+4 |
* | Some fixes on reflection tests (firebird): | Roger Demetrescu | 2007-10-02 | 1 | -71/+82 |
* | firebird doesn't support sane rowcount. | Roger Demetrescu | 2007-09-28 | 2 | -2/+3 |
* | added support for string date passthru in sqlite (merge of r3322 from trunk) | Jason Kirtland | 2007-09-10 | 3 | -1/+23 |
* | Tweaked changelog | Jason Kirtland | 2007-09-08 | 1 | -2/+2 |
* | - adjusted operator precedence of NOT to match '==' and others, so that | Mike Bayer | 2007-09-08 | 3 | -4/+10 |
* | - [ticket:768] dont assume join criterion consists only of column objects | Mike Bayer | 2007-09-08 | 3 | -1/+13 |
* | Small change in ActiveMapper to make it work with Python 2.3 | Paul Johnston | 2007-09-04 | 1 | -1/+2 |
* | - fixed bugs in determining proper sync clauses from custom inherit | Mike Bayer | 2007-08-30 | 3 | -3/+70 |
* | MSSQL unit test fixes | Paul Johnston | 2007-08-19 | 4 | -7/+9 |
* | Avoid textual SQL in unit tests, so MSSQL has a chance to use 'identity inser... | Paul Johnston | 2007-08-17 | 1 | -4/+4 |
* | can now specify a DSN for PyODBC, ticket #724 | Paul Johnston | 2007-08-17 | 2 | -5/+10 |
* | Add some new types to MSSQL; ticket #721 | Paul Johnston | 2007-08-17 | 3 | -4/+59 |
* | Merge changeset [3343] into rel_0_3 branch | Paul Johnston | 2007-08-17 | 1 | -1/+2 |
* | added insert speed profiler test | Mike Bayer | 2007-08-14 | 1 | -0/+68 |
* | - fixed bug where mapper, being linked to a join where one table had | Mike Bayer | 2007-08-10 | 4 | -32/+30 |
* | Fixed detection of internal '$' characters in :bind$params (Applied patch in ... | Jason Kirtland | 2007-08-09 | 3 | -2/+21 |
* | - when reflecting tables from alternate schemas, the "default" placed upon | Mike Bayer | 2007-08-09 | 2 | -1/+7 |
* | - fixed specification of YEAR columns when generating schema | Jason Kirtland | 2007-08-09 | 3 | -2/+41 |
* | tweak DISTINCT precedence for clauses like `func.count(t.c.col.distinct())` | Jason Kirtland | 2007-08-09 | 3 | -0/+12 |
* | automatically use_scope_identity if an appropriate version of PyODBC is insta... | Paul Johnston | 2007-08-08 | 1 | -0/+9 |
* | - fixed small exception throw bug in Session.merge() | Mike Bayer | 2007-08-05 | 2 | -0/+2 |
* | merged 0.4's docstring module in for site compat | Mike Bayer | 2007-08-05 | 1 | -13/+45 |
* | - fixed another occasional race condition which could occur | Mike Bayer | 2007-08-01 | 3 | -16/+20 |
* | changed aggregate example functions into some that actually make sense | Mike Bayer | 2007-07-31 | 1 | -10/+8 |
* | bind... | Mike Bayer | 2007-07-29 | 1 | -3/+3 |
* | version warning | Mike Bayer | 2007-07-29 | 1 | -0/+9 |
* | 0.3 maintenance branch | Mike Bayer | 2007-07-27 | 0 | -0/+0 |
* | - added a check for joining from A->B using join(), along two | Mike Bayer | 2007-07-26 | 4 | -5/+54 |
* | mssql: indexes are now quoted when dropping from reflected tables [ticket:684] | Rick Morrison | 2007-07-26 | 2 | -1/+4 |
* | mssql: added support for TIME type (simulated via DATETIME col) [ticket:679] | Rick Morrison | 2007-07-26 | 3 | -1/+33 |
* | edits | Mike Bayer | 2007-07-22 | 1 | -16/+16 |
* | edits | Mike Bayer | 2007-07-22 | 1 | -67/+71 |
* | postgres cant do this particular test b.c. the default "public" schema is takenrel_0_3_10 | Mike Bayer | 2007-07-20 | 1 | -2/+6 |
* | hopefully resolved all the PG deadlocks occuring here | Mike Bayer | 2007-07-20 | 1 | -29/+43 |
* | Merged lower case caching, fetching from r2955 | Jason Kirtland | 2007-07-20 | 2 | -23/+54 |
* | further adjustment to pool.get | Mike Bayer | 2007-07-20 | 1 | -2/+6 |
* | assert timeout is 3 seconds, not 2 | Mike Bayer | 2007-07-20 | 1 | -1/+1 |
* | - a new mutex that was added in 0.3.9 causes the pool_timeout | Mike Bayer | 2007-07-20 | 4 | -29/+77 |
* | Merged reference fixes from r2986 | Jason Kirtland | 2007-07-19 | 4 | -25/+18 |
* | Better quoting of identifiers when manipulating schemas | Jason Kirtland | 2007-07-19 | 5 | -29/+91 |
* | info on db-specific types | Mike Bayer | 2007-07-19 | 1 | -1/+33 |
* | - merged some more of the SessionTransaction connection-bound checks from 0.4 | Mike Bayer | 2007-07-18 | 5 | -19/+55 |