| 2007-10-20 |
Jason Kirtland | Excluding older sqlite versions from the new insert... |
commit | commitdiff | tree | snapshot |
| 2007-10-19 |
Gaëtan de Menten | - Added contains operator (which generate a "LIKE ... |
commit | commitdiff | tree | snapshot |
| 2007-10-19 |
Jason Kirtland | Fixed empty (zero column) sqlite inserts, allowing... |
commit | commitdiff | tree | snapshot |
| 2007-10-18 |
Mike Bayer | - added test coverage for unknown type reflection,... |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Mike Bayer | typos, PassiveDefault likes "text()" otherwise the... |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Jason Kirtland | Bump! |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Mike Bayer | put a little note at the top directing users to the... rel_0_4_0 |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Jason Kirtland | Update for 0.4.0 |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Mike Bayer | - removed __len__ from "dynamic" collection as it would... |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Jason Kirtland | Included 0.3.11 changelog |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Paul Johnston | Make ActiveMapper support viewonly property |
commit | commitdiff | tree | snapshot |
| 2007-10-16 |
Jason Kirtland | - Added support for UPDATE with LIMIT on mysql. |
commit | commitdiff | tree | snapshot |
| 2007-10-16 |
Ants Aasma | change the in_ API to accept a sequence or a selectable... |
commit | commitdiff | tree | snapshot |
| 2007-10-16 |
Mike Bayer | - string-based query param parsing/config file parser... |
commit | commitdiff | tree | snapshot |
| 2007-10-16 |
Jason Kirtland | Typo fix (thanks Ben!) |
commit | commitdiff | tree | snapshot |
| 2007-10-16 |
Mike Bayer | - Fixed SQL compiler's awareness of top-level column... |
commit | commitdiff | tree | snapshot |
| 2007-10-16 |
Jason Kirtland | Fixed a couple of typos & hardened against future simil... |
commit | commitdiff | tree | snapshot |
| 2007-10-15 |
Mike Bayer | - inline optimizations added to locate_dirty() which... |
commit | commitdiff | tree | snapshot |
| 2007-10-15 |
Gaëtan de Menten | fix typo in examples |
commit | commitdiff | tree | snapshot |
| 2007-10-15 |
Mike Bayer | - much more query verbiage |
commit | commitdiff | tree | snapshot |
| 2007-10-14 |
Mike Bayer | documenting PropComparator behavior in orm tutorial |
commit | commitdiff | tree | snapshot |
| 2007-10-14 |
Mike Bayer | - PG reflection, upon seeing the default schema name... |
commit | commitdiff | tree | snapshot |
| 2007-10-14 |
Jason Kirtland | Restored unicode foreign key tests for [ticket:729]. |
commit | commitdiff | tree | snapshot |
| 2007-10-14 |
Mike Bayer | - backref remove object operation doesn't fail if... |
commit | commitdiff | tree | snapshot |
| 2007-10-14 |
Jason Kirtland | Added a missing @supported. |
commit | commitdiff | tree | snapshot |
| 2007-10-14 |
Mike Bayer | - attempted to add a test for #622 / #751, but cant... |
commit | commitdiff | tree | snapshot |
| 2007-10-14 |
Jason Kirtland | Added test for DBAPIError exception wrapping. |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Adjusted zoomark ranges for 2.4 and 2.5. |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Moved author comment preventing python 2.3 from importi... |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Snipped another generator expression. |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Converted errant generator expression. |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Assorted unused imports from pyflakes, docstring tweaks... |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Winnowed __all__ for 'import * from sqlalchemy.engine' |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Unused imports. |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | set svn:eol-style native |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Fixed reference bug in Connect, switched docstring... |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | Removed a tab. |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Jason Kirtland | - sybase cleanups: unused imports, adjusted docstrings... |
commit | commitdiff | tree | snapshot |
| 2007-10-13 |
Paul Johnston | Fix ActiveMapper unit tests |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Paul Johnston | A few fixes to the access dialect |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Paul Johnston | Make ActiveMapper use scoped_session instead of Session... |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Paul Johnston | Fix broken update/delete queries on MSSQL when tables... |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Jason Kirtland | More ORDER BY, now with use_labels. |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Jason Kirtland | - Added small DESC exercise to test_order_by. |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Roger Demetrescu | firebird: Fixed reflection for Integer and Numeric... |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Roger Demetrescu | Firebird: added Float and Time types (FBFloat and FBTim... |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Jason Kirtland | Added query coverage for ORDER BY over regular, aliased... |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Jason Kirtland | - sqlite housekeeping- added dialect test & moved tests... |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Rick Morrison | applied patch for pymssql 30-char limit |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Jason Kirtland | - Expanded JoinTest further, exercising joins the ORM... |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Jason Kirtland | - Fixed oracle 'use_ansi'-via-engine-url handling,... |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Gaëtan de Menten | similar type optimization for the Interval type |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Gaëtan de Menten | Made the PickleType slightly faster. |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Ants Aasma | make two-phase transactions work a bit better by lettin... |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Mike Bayer | - initial sybase support checkin, [ticket:785] |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Mike Bayer | - fixed Oracle non-ansi join syntax |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Expanded insert speed test to cover execute as well... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Cleaned up visit_insert a bit, inserts are ~3% faster... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Ants Aasma | - a better fix for [ticket:810]. The cause was two... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Ants Aasma | - fix multiple consequent two phase transactions not... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Roger Demetrescu | Firebird now uses dialect.preparer to format sequences... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Expanded the outer join tests, now covering a situati... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Loosened up test_cant_execute_join for oracle (probab... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Added some outerjoin() execution exercises to the... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - No longer using reserved-ish column names in MutableT... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Actually fixed that testcascade issue. And friends... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Fixed bogus testcascade, also made fixture sequences... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Squashed assumption of transparent type coercion... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Rewrote autoincrement tests: added new scenarios... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Tweaked unordered select tests to not be sensitive... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Mike Bayer | - fix to anonymous label generation of long table/colum... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Roger Demetrescu | Firebird dialect now uses SingletonThreadPool as its... |
commit | commitdiff | tree | snapshot |
| 2007-10-06 |
Mike Bayer | - oracle does not implicitly convert to unicode for... |
commit | commitdiff | tree | snapshot |
| 2007-10-06 |
Ants Aasma | a typo on postgres returning test version check - chang... |
commit | commitdiff | tree | snapshot |
| 2007-10-06 |
Mike Bayer | - null foreign key on a m2o doesn't trigger a lazyload... |
commit | commitdiff | tree | snapshot |
| 2007-10-05 |
Mike Bayer | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Jason Kirtland | - Sequences gain a basic dialect-specific kwargs bucket... |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Jason Kirtland | Adjusted reserved word reflection test for oracle-style... |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Jason Kirtland | - Fixed convert_result_value/bind_param compatibility... |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Roger Demetrescu | Firebird now passes all tests from /test/engine/reflect... |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Mike Bayer | - move PG RETURNING tests to postgres dialect test |
commit | commitdiff | tree | snapshot |
| 2007-10-03 |
Ants Aasma | Made the regexp detecting the returning token more... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Ants Aasma | add support for returning results from inserts and... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Tweaked the sql.text date test |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Unraveled DateTest, removed bogus coverage omission... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Mike Bayer | removed unused _fold_identifier_case method |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Roger Demetrescu | Some fixes on reflection tests (firebird): |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - The no-arg ResultProxy._row_processor() is now the... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Removed duplicate RowProxy.__len__ definition and... |
commit | commitdiff | tree | snapshot |
| 2007-10-01 |
Mike Bayer | - ident passed to id_chooser in shard.py always a list |
commit | commitdiff | tree | snapshot |
| 2007-10-01 |
Ants Aasma | Make the postgres_where attribute to Index private... |
commit | commitdiff | tree | snapshot |
| 2007-09-29 |
Mike Bayer | - fixed three- and multi-level select and deferred... |
commit | commitdiff | tree | snapshot |
| 2007-09-29 |
Ants Aasma | - added partial index support for postgres |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Mike Bayer | - more docstrings |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Mike Bayer | - doc updates. generated sql docs are against sql... |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Roger Demetrescu | firebird doesn't support sane rowcount. |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Jason Kirtland | - Explicitly close connections in the FOR UPDATE tests. |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Jason Kirtland | Dropped the leading '__' from generated savepoint names... |
commit | commitdiff | tree | snapshot |
| next |