| Commit message (Expand) | Author | Age | Files | Lines |
| * | - tables with schemas can still be used in sqlite, firebird, | Mike Bayer | 2007-12-05 | 1 | -3/+6 |
| * | - func. objects can be pickled/unpickled [ticket:844] | Mike Bayer | 2007-11-04 | 1 | -1/+4 |
| * | - query.get() and related functions (like many-to-one lazyloading) | Mike Bayer | 2007-10-16 | 2 | -0/+18 |
| * | 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 | 1 | -1/+26 |
| * | Some fixes on reflection tests (firebird): | Roger Demetrescu | 2007-10-02 | 1 | -71/+82 |
| * | added support for string date passthru in sqlite (merge of r3322 from trunk) | Jason Kirtland | 2007-09-10 | 1 | -0/+17 |
| * | - adjusted operator precedence of NOT to match '==' and others, so that | Mike Bayer | 2007-09-08 | 1 | -2/+5 |
| * | - [ticket:768] dont assume join criterion consists only of column objects | Mike Bayer | 2007-09-08 | 1 | -0/+9 |
| * | - fixed bugs in determining proper sync clauses from custom inherit | Mike Bayer | 2007-08-30 | 1 | -0/+65 |
| * | MSSQL unit test fixes | Paul Johnston | 2007-08-19 | 3 | -4/+6 |
| * | Avoid textual SQL in unit tests, so MSSQL has a chance to use 'identity inser... | Paul Johnston | 2007-08-17 | 1 | -4/+4 |
| * | Add some new types to MSSQL; ticket #721 | Paul Johnston | 2007-08-17 | 1 | -0/+29 |
| * | 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 | 2 | -31/+24 |
| * | Fixed detection of internal '$' characters in :bind$params (Applied patch in ... | Jason Kirtland | 2007-08-09 | 1 | -1/+19 |
| * | - fixed specification of YEAR columns when generating schema | Jason Kirtland | 2007-08-09 | 1 | -0/+33 |
| * | tweak DISTINCT precedence for clauses like `func.count(t.c.col.distinct())` | Jason Kirtland | 2007-08-09 | 1 | -0/+8 |
| * | - fixed another occasional race condition which could occur | Mike Bayer | 2007-08-01 | 1 | -4/+11 |
| * | - added a check for joining from A->B using join(), along two | Mike Bayer | 2007-07-26 | 1 | -1/+38 |
| * | mssql: added support for TIME type (simulated via DATETIME col) [ticket:679] | Rick Morrison | 2007-07-26 | 1 | -1/+5 |
| * | 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 | 1 | -3/+4 |
| * | 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 | 2 | -27/+62 |
| * | Better quoting of identifiers when manipulating schemas | Jason Kirtland | 2007-07-19 | 1 | -1/+38 |
| * | - merged some more of the SessionTransaction connection-bound checks from 0.4 | Mike Bayer | 2007-07-18 | 2 | -14/+39 |
| * | - foreign key specs can have any chararcter in their identifiers | Mike Bayer | 2007-07-18 | 1 | -0/+21 |
| * | Properly escape table names when reflecting for mssql and sqlite [ticket:653] | Paul Johnston | 2007-07-17 | 2 | -1/+32 |
| * | - Added basic schema reflection coverage to main tests | Jason Kirtland | 2007-07-17 | 1 | -0/+18 |
| * | - fixes for connection bound sessions, connection-bound compiled objects via ... | Mike Bayer | 2007-07-16 | 3 | -0/+36 |
| * | - fixed "ambiguous column" result detection, when dupe col names exist | Mike Bayer | 2007-07-15 | 1 | -1/+10 |
| * | updated interval type for [ticket:595] | Mike Bayer | 2007-07-15 | 1 | -1/+8 |
| * | - added friendlier error checking for query.get() with too-short pk | Mike Bayer | 2007-07-15 | 1 | -0/+5 |
| * | - more docs | Mike Bayer | 2007-07-15 | 1 | -5/+11 |
| * | - more docs | Mike Bayer | 2007-07-15 | 3 | -3/+14 |
| * | - columns can be overridden in a reflected table with a "key" | Mike Bayer | 2007-07-15 | 1 | -1/+18 |
| * | - fixed unicode conversion in Oracle TEXT type | Mike Bayer | 2007-07-15 | 1 | -2/+4 |
| * | - more docs | Mike Bayer | 2007-07-15 | 1 | -0/+3 |
| * | more query methods, overhauliung docs for forwards 0.4 method | Mike Bayer | 2007-07-15 | 1 | -0/+30 |
| * | - test module turns warnings into exceptions so they can be tested for | Mike Bayer | 2007-07-14 | 4 | -8/+19 |
| * | - improved ability to get the "correct" and most minimal set of primary key | Mike Bayer | 2007-07-14 | 4 | -0/+142 |
| * | Fix setup for standalone sequence test | Jason Kirtland | 2007-07-13 | 1 | -1/+1 |
| * | Swap imports order, removed trailing whitespace from varchar test data | Jason Kirtland | 2007-07-13 | 1 | -2/+2 |
| * | - a warning is issued by Mapper when two primary key columns of the | Mike Bayer | 2007-07-13 | 2 | -9/+9 |
| * | - composite primary key is represented as a non-keyed set to allow for | Mike Bayer | 2007-07-13 | 1 | -5/+11 |
| * | - the various "engine" arguments, such as "engine", "connectable", | Mike Bayer | 2007-07-12 | 2 | -0/+173 |
| * | - converted mapper.py unit test to 0.4's four separate mapper.py, query.py, e... | Mike Bayer | 2007-07-12 | 6 | -736/+1245 |
| * | mssql: preliminary support for using scope_identity() with pyodbc | Paul Johnston | 2007-07-11 | 1 | -0/+2 |