summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - fix to anonymous label generation of long table/column names [ticket:806]Mike Bayer2007-10-071-1/+1
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-1/+2
* - oracle does not implicitly convert to unicode for non-typed resultMike Bayer2007-10-061-15/+14
* - null foreign key on a m2o doesn't trigger a lazyload [ticket:803]Mike Bayer2007-10-063-10/+19
* - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808]Mike Bayer2007-10-051-0/+2
* - Sequences gain a basic dialect-specific kwargs bucket, like Tables.Jason Kirtland2007-10-041-3/+10
* - Fixed convert_result_value/bind_param compatibility for types without proce...Jason Kirtland2007-10-041-23/+35
* Firebird now passes all tests from /test/engine/reflection.py (except Unicode...Roger Demetrescu2007-10-041-35/+48
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-041-0/+7
* Made the regexp detecting the returning token more readable and fixed a coupl...Ants Aasma2007-10-031-2/+13
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-022-13/+61
* removed unused _fold_identifier_case methodMike Bayer2007-10-025-32/+0
* - The no-arg ResultProxy._row_processor() is now the class attributeJason Kirtland2007-10-021-92/+90
* - Removed duplicate RowProxy.__len__ definition and some range(0, 1) lintJason Kirtland2007-10-021-5/+7
* - ident passed to id_chooser in shard.py always a listMike Bayer2007-10-011-1/+2
* Make the postgres_where attribute to Index private to postgres module by usin...Ants Aasma2007-10-012-3/+14
* - fixed three- and multi-level select and deferred inheritanceMike Bayer2007-09-292-10/+28
* - added partial index support for postgresAnts Aasma2007-09-293-4/+23
* - more docstringsMike Bayer2007-09-281-15/+16
* - doc updates. generated sql docs are against sql.expression now.Mike Bayer2007-09-282-69/+194
* firebird doesn't support sane rowcount.Roger Demetrescu2007-09-281-2/+2
* Dropped the leading '__' from generated savepoint names, '_' isn't universall...Jason Kirtland2007-09-271-1/+1
* - The IdentifierPreprarer's _requires_quotes test is now regex based.Jason Kirtland2007-09-271-9/+7
* test coverage has been added...Mike Bayer2007-09-271-1/+0
* - adjust server side logic to work with standalone default executionMike Bayer2007-09-271-5/+9
* - some docstrings for select()Mike Bayer2007-09-261-0/+45
* Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax insteadJason Kirtland2007-09-261-10/+22
* - added "FETCH" to the keywords detected by Postgres to indicate a result-row...Mike Bayer2007-09-261-0/+7
* fix commentMike Bayer2007-09-261-5/+5
* - created a link between QueryContext and SelectionContext; the attributeMike Bayer2007-09-266-49/+50
* - the behavior of String/Unicode types regarding that they auto-convertMike Bayer2007-09-262-4/+8
* - columns from Alias objects, when used to target result-row columns, must ma...Mike Bayer2007-09-243-4/+25
* - added session.is_modified(obj) method; performs the same "history" comparis...Mike Bayer2007-09-243-2/+40
* found an errant 2-tuple...Mike Bayer2007-09-241-1/+1
* fixed session extension bug [ticket:757]Mike Bayer2007-09-221-2/+2
* fixed firebird visit_alias [ticket:779]Mike Bayer2007-09-221-2/+2
* - added "schema" argument to Sequence; use this with Postgres /Oracle when th...Mike Bayer2007-09-222-3/+7
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-229-309/+495
* - added 'comparator' keyword argument to PickleType. By default, "mutable"Mike Bayer2007-09-221-2/+5
* Don't use unicode with pyodbc on UCS-4 platforms [ticket:787]Paul Johnston2007-09-191-3/+6
* add sqlite reserved words listAnts Aasma2007-09-171-0/+9
* - added 'passive_deletes="all"' flag to relation(), disables allMike Bayer2007-09-094-11/+24
* [ticket:728] foreign key checks for existing reflected FK and replaces itselfMike Bayer2007-09-081-1/+9
* - adjusted operator precedence of NOT to match '==' and others, so thatMike Bayer2007-09-081-1/+1
* [ticket:768] dont assume join criterion consists only of column objectsMike Bayer2007-09-081-1/+2
* - fixes to ShardedSession to work with deferred columns [ticket:771].Mike Bayer2007-09-083-19/+34
* Removed DefaultDialect.ischema and information_schema's ISchema (which incide...Jason Kirtland2007-09-072-27/+0
* Fixed repr() of mysql floats [ticket:775]Jason Kirtland2007-09-071-4/+3
* Added 'collection_iter', like 'iter', for anything that implements the @colle...Jason Kirtland2007-09-071-0/+15
* Doc updates.Jason Kirtland2007-09-071-31/+97