| Commit message (Expand) | Author | Age | Files | Lines |
| * | removed lockmode from get_by | Mike Bayer | 2006-09-11 | 1 | -2/+1 |
| * | sqlite doesnt support FOR UPDATE | Mike Bayer | 2006-09-11 | 1 | -0/+4 |
| * | ConcurrentModificationExecption | Mike Bayer | 2006-09-11 | 1 | -1/+5 |
| * | - implemented "version check" logic in Query/Mapper, used | Mike Bayer | 2006-09-11 | 2 | -6/+10 |
| * | checks for invalid lockmode argument | Mike Bayer | 2006-09-10 | 1 | -1/+4 |
| * | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 4 | -15/+39 |
| * | removed auto-dispose on __del__, produces too much garbage exceptiongs | Mike Bayer | 2006-09-10 | 1 | -1/+3 |
| * | fixup to printing of uow | Mike Bayer | 2006-09-07 | 2 | -142/+64 |
| * | - more rearrangements of unit-of-work commit scheme to better allow | Mike Bayer | 2006-09-07 | 2 | -46/+140 |
| * | fixed constructor on bigint | Mike Bayer | 2006-09-06 | 1 | -5/+0 |
| * | - added basic 'zblog' test suite | Mike Bayer | 2006-09-05 | 1 | -1/+1 |
| * | restored "optimistic" behavior of hasparent. its generally disastrous withou... | Mike Bayer | 2006-09-05 | 2 | -6/+17 |
| * | - unicode fix for startswith()/endswith() [ticket:296] | Mike Bayer | 2006-09-05 | 1 | -2/+2 |
| * | further fixes to case sensitive logic | Mike Bayer | 2006-09-04 | 2 | -16/+42 |
| * | - import of py2.5s sqlite3 [ticket:293] | Mike Bayer | 2006-09-04 | 1 | -4/+7 |
| * | simplification to quoting to just cache strings per-dialect, added quoting fo... | Mike Bayer | 2006-09-04 | 2 | -75/+55 |
| * | cleanup/unit test fixes | Mike Bayer | 2006-09-03 | 2 | -27/+36 |
| * | - further changes to attributes with regards to "trackparent". the "commit" ... | Mike Bayer | 2006-09-02 | 3 | -23/+30 |
| * | futher fix to the "orphan state" idea. to avoid setting tons of | Mike Bayer | 2006-09-01 | 2 | -9/+21 |
| * | insure that "parent" pointers are set up on objects that were lazily loaded | Mike Bayer | 2006-09-01 | 1 | -2/+8 |
| * | possible fix for [ticket:276]. if mysql detects case-insensitivity, converts | Mike Bayer | 2006-09-01 | 1 | -3/+5 |
| * | since casing is figured out quasi-automatically when creating table/column/etc, | Mike Bayer | 2006-08-31 | 2 | -9/+6 |
| * | quoting more or less working with oracle | Mike Bayer | 2006-08-31 | 2 | -6/+15 |
| * | defaults and constraints have optional parent | Mike Bayer | 2006-08-31 | 1 | -2/+2 |
| * | pg formats sequence name, more quote test fixes | Mike Bayer | 2006-08-31 | 1 | -1/+1 |
| * | some tweaks to oracle casing... | Mike Bayer | 2006-08-31 | 2 | -5/+6 |
| * | - added case_sensitive argument to MetaData, Table, Column, determines | Mike Bayer | 2006-08-31 | 3 | -49/+96 |
| * | - deregister Table from MetaData when autoload fails; [ticket:289] | Mike Bayer | 2006-08-28 | 1 | -4/+8 |
| * | - fix to using query.count() with distinct, **kwargs with SelectResults | Mike Bayer | 2006-08-27 | 2 | -4/+11 |
| * | - changed "invalidate" semantics with pooled connection; will | Mike Bayer | 2006-08-26 | 2 | -38/+31 |
| * | [ticket:266] constraint name in PrimaryKeyConstraint | Mike Bayer | 2006-08-26 | 1 | -3/+5 |
| * | - added "timezone=True" flag to DateTime and Time types. postgres | Mike Bayer | 2006-08-26 | 2 | -7/+13 |
| * | TODO for oracle | Mike Bayer | 2006-08-26 | 1 | -0/+34 |
| * | added limit/offset to union queries | Mike Bayer | 2006-08-26 | 2 | -3/+8 |
| * | - cleanup on connection methods + documentation. custom DBAPI | Mike Bayer | 2006-08-25 | 3 | -89/+122 |
| * | [ticket:282] | Mike Bayer | 2006-08-23 | 1 | -1/+1 |
| * | the "check for orphans" step will cascade the delete operation to child objects. | Mike Bayer | 2006-08-22 | 1 | -4/+10 |
| * | - urls support escaped characters in passwords [ticket:281] | Mike Bayer | 2006-08-22 | 1 | -1/+4 |
| * | sqlite dialects can be created without pysqlite installed | Mike Bayer | 2006-08-21 | 1 | -3/+1 |
| * | working on sequence quoting support.... | Mike Bayer | 2006-08-21 | 3 | -10/+37 |
| * | postgres reflection uses dialect-wide preparer | Mike Bayer | 2006-08-21 | 1 | -1/+1 |
| * | refactoring of ANSIIdentifierPreparer to be one instance per-dialect, simplif... | Mike Bayer | 2006-08-21 | 1 | -46/+25 |
| * | - postgres reflection moved to use pg_schema tables, can be overridden | Mike Bayer | 2006-08-21 | 7 | -34/+251 |
| * | added a compile check to instances() | Mike Bayer | 2006-08-18 | 1 | -0/+1 |
| * | [ticket:280] statement execution supports using the same BindParam | Mike Bayer | 2006-08-18 | 3 | -31/+19 |
| * | - unit-of-work does a better check for "orphaned" objects that are | Mike Bayer | 2006-08-18 | 4 | -4/+27 |
| * | more fixes for [ticket:269], added MSMediumBlob type | Mike Bayer | 2006-08-18 | 1 | -10/+15 |
| * | commit should be outside of the try/except; else when commit fails, rollback ... | Mike Bayer | 2006-08-17 | 1 | -1/+1 |
| * | if a contextual session is established via MapperExtension.get_session | Mike Bayer | 2006-08-17 | 1 | -1/+4 |
| * | [ticket:277] check if pg/oracle sequence exists. checks in all cases before ... | Mike Bayer | 2006-08-16 | 3 | -6/+19 |