summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an...Jason Kirtland2007-09-061-6/+13
* associationproxy relies upon a "sweep" through the attributes at the class le...Mike Bayer2007-09-061-0/+5
* - column defaults and onupdates, executing inline, will add parenthesisMike Bayer2007-09-061-2/+2
* do the cheaper check first....Mike Bayer2007-09-051-4/+9
* Fixed reflection of the empty string for mysql enums.Jason Kirtland2007-09-051-3/+3
* merged current entity_management brach r3457-r3462. cleans upMike Bayer2007-09-054-154/+160
* Small change in ActiveMapper to make it work with Python 2.3Paul Johnston2007-09-041-1/+2
* remove unused methodMike Bayer2007-09-041-6/+0
* - took out method calls for oid_columnMike Bayer2007-09-044-123/+82
* Set supports_sane_multi_rowcount for MSSQLPaul Johnston2007-09-041-0/+3
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-044-60/+64
* - various cruft removal and optimizations to load process.Mike Bayer2007-09-036-97/+102
* Minor fixes to MSSQL reflectionPaul Johnston2007-09-031-3/+3
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-026-121/+91
* adjusting firebird, obviously needs someone to testMike Bayer2007-09-011-5/+4
* fix to oracle sequence execMike Bayer2007-09-011-1/+1
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-013-31/+39
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-016-13/+8
* - got all examples workingMike Bayer2007-09-014-24/+26
* whats a big commit without some errant print statements ? :)Mike Bayer2007-09-012-2/+0