summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* no SERIAL for smallinteger columnsMike Bayer2006-09-191-1/+1
* no KeyError if url params not providedMike Bayer2006-09-191-1/+1
* - added an implicit close() on the cursor in ResultProxyMike Bayer2006-09-141-0/+5
* added extract() function to sql dialectMike Bayer2006-09-141-2/+6
* moved "c.name" to "c.key" for processing defaults since bind params use colum...Mike Bayer2006-09-121-6/+6
* - fixed bug where Connection wouldnt lose its TransactionMike Bayer2006-09-121-0/+2
* removed lockmode from get_byMike Bayer2006-09-111-2/+1
* sqlite doesnt support FOR UPDATEMike Bayer2006-09-111-0/+4
* ConcurrentModificationExecptionMike Bayer2006-09-111-1/+5
* - implemented "version check" logic in Query/Mapper, usedMike Bayer2006-09-112-6/+10
* checks for invalid lockmode argumentMike Bayer2006-09-101-1/+4
* - changed "for_update" parameter to accept False/True/"nowait"Mike Bayer2006-09-104-15/+39
* removed auto-dispose on __del__, produces too much garbage exceptiongsMike Bayer2006-09-101-1/+3
* fixup to printing of uowMike Bayer2006-09-072-142/+64
* - more rearrangements of unit-of-work commit scheme to better allowMike Bayer2006-09-072-46/+140
* fixed constructor on bigintMike Bayer2006-09-061-5/+0
* - added basic 'zblog' test suiteMike Bayer2006-09-051-1/+1
* restored "optimistic" behavior of hasparent. its generally disastrous withou...Mike Bayer2006-09-052-6/+17
* - unicode fix for startswith()/endswith() [ticket:296]Mike Bayer2006-09-051-2/+2
* further fixes to case sensitive logicMike Bayer2006-09-042-16/+42
* - import of py2.5s sqlite3 [ticket:293]Mike Bayer2006-09-041-4/+7
* simplification to quoting to just cache strings per-dialect, added quoting fo...Mike Bayer2006-09-042-75/+55
* cleanup/unit test fixesMike Bayer2006-09-032-27/+36
* - further changes to attributes with regards to "trackparent". the "commit" ...Mike Bayer2006-09-023-23/+30
* futher fix to the "orphan state" idea. to avoid setting tons ofMike Bayer2006-09-012-9/+21
* insure that "parent" pointers are set up on objects that were lazily loadedMike Bayer2006-09-011-2/+8
* possible fix for [ticket:276]. if mysql detects case-insensitivity, convertsMike Bayer2006-09-011-3/+5
* since casing is figured out quasi-automatically when creating table/column/etc,Mike Bayer2006-08-312-9/+6
* quoting more or less working with oracleMike Bayer2006-08-312-6/+15
* defaults and constraints have optional parentMike Bayer2006-08-311-2/+2
* pg formats sequence name, more quote test fixesMike Bayer2006-08-311-1/+1
* some tweaks to oracle casing...Mike Bayer2006-08-312-5/+6
* - added case_sensitive argument to MetaData, Table, Column, determinesMike Bayer2006-08-313-49/+96
* - deregister Table from MetaData when autoload fails; [ticket:289]Mike Bayer2006-08-281-4/+8
* - fix to using query.count() with distinct, **kwargs with SelectResultsMike Bayer2006-08-272-4/+11
* - changed "invalidate" semantics with pooled connection; willMike Bayer2006-08-262-38/+31
* [ticket:266] constraint name in PrimaryKeyConstraintMike Bayer2006-08-261-3/+5
* - added "timezone=True" flag to DateTime and Time types. postgresMike Bayer2006-08-262-7/+13
* TODO for oracleMike Bayer2006-08-261-0/+34
* added limit/offset to union queriesMike Bayer2006-08-262-3/+8
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-253-89/+122
* [ticket:282]Mike Bayer2006-08-231-1/+1
* the "check for orphans" step will cascade the delete operation to child objects.Mike Bayer2006-08-221-4/+10
* - urls support escaped characters in passwords [ticket:281]Mike Bayer2006-08-221-1/+4
* sqlite dialects can be created without pysqlite installedMike Bayer2006-08-211-3/+1
* working on sequence quoting support....Mike Bayer2006-08-213-10/+37
* postgres reflection uses dialect-wide preparerMike Bayer2006-08-211-1/+1
* refactoring of ANSIIdentifierPreparer to be one instance per-dialect, simplif...Mike Bayer2006-08-211-46/+25
* - postgres reflection moved to use pg_schema tables, can be overriddenMike Bayer2006-08-217-34/+251
* added a compile check to instances()Mike Bayer2006-08-181-0/+1