| 2008-01-31 |
Mike Bayer | - added "autocommit=True" kwarg to select() and text(), |
commit | commitdiff | tree | snapshot |
| 2008-01-31 |
Jason Kirtland | - implemented RowProxy.__ne__ [ticket:945], thanks... |
commit | commitdiff | tree | snapshot |
| 2008-01-31 |
Mike Bayer | - the startswith(), endswith(), and contains() operators |
commit | commitdiff | tree | snapshot |
| 2008-01-30 |
Mike Bayer | escapedefaultstest passes on everything |
commit | commitdiff | tree | snapshot |
| 2008-01-30 |
Mike Bayer | moved default escaping test to its own test so oracle... |
commit | commitdiff | tree | snapshot |
| 2008-01-30 |
Mike Bayer | - Oracle and others properly encode SQL used for defaults |
commit | commitdiff | tree | snapshot |
| 2008-01-30 |
Mike Bayer | docstring fix |
commit | commitdiff | tree | snapshot |
| 2008-01-30 |
Mike Bayer | - next release will be 0.4.3 |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Mike Bayer | - "Passive defaults" and other "inline" defaults can now |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Jason Kirtland | - Added a simple @future test marker. |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Jason Kirtland | - Fixed little think-o in fails_if |
commit | commitdiff | tree | snapshot |
| 2008-01-27 |
Mike Bayer | - Fixed bug in polymorphic inheritance where incorrect |
commit | commitdiff | tree | snapshot |
| 2008-01-25 |
Mike Bayer | encourage usage of union() and other composites as... |
commit | commitdiff | tree | snapshot |
| 2008-01-25 |
Mike Bayer | - added standalone "query" class attribute generated |
commit | commitdiff | tree | snapshot |
| 2008-01-24 |
Jason Kirtland | - Ignore jython debris |
commit | commitdiff | tree | snapshot |
| 2008-01-24 |
Jason Kirtland | - Flipped join order of __radd__ on association proxied... |
commit | commitdiff | tree | snapshot |
| 2008-01-24 |
Jason Kirtland | - IdentitySet binops no longer accept plain sets. |
commit | commitdiff | tree | snapshot |
| 2008-01-24 |
Jason Kirtland | A little clarity tweak to r4093 |
commit | commitdiff | tree | snapshot |
| 2008-01-24 |
Jason Kirtland | Corrected behavior of get_cls_kwargs and friends |
commit | commitdiff | tree | snapshot |
| 2008-01-23 |
Mike Bayer | added an intro for the code sample so that its not... |
commit | commitdiff | tree | snapshot |
| 2008-01-23 |
Mike Bayer | - query.join() can also accept tuples of attribute |
commit | commitdiff | tree | snapshot |
| 2008-01-23 |
Jason Kirtland | Added notes about 2.3 improvements |
commit | commitdiff | tree | snapshot |
| 2008-01-23 |
Jason Kirtland | Edits |
commit | commitdiff | tree | snapshot |
| 2008-01-23 |
Mike Bayer | whups, args in wrong order |
commit | commitdiff | tree | snapshot |
| 2008-01-23 |
Mike Bayer | more descriptive error message for m2m concurrency... |
commit | commitdiff | tree | snapshot |
| 2008-01-23 |
Mike Bayer | more capability added to reduce_columns |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Jason Kirtland | - Migrated zoomark to profiling.function_call_count... |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Jason Kirtland | rein in r3840 find and replace rampage |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Jason Kirtland | - 2.3 fixup part three: 100% on postgres, mysql |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Jason Kirtland | - Removed some test bogosity |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Jason Kirtland | - Cover 2.3 Decimal fallback |
commit | commitdiff | tree | snapshot |
| 2008-01-21 |
Jason Kirtland | - 2.3 fixup, part two: 100% passing for sqlite |
commit | commitdiff | tree | snapshot |
| 2008-01-20 |
Mike Bayer | clean up a little close() silliness |
commit | commitdiff | tree | snapshot |
| 2008-01-20 |
Mike Bayer | factor create_row_adapter into sql.util.row_adapter |
commit | commitdiff | tree | snapshot |
| 2008-01-20 |
Mike Bayer | further clarification on transaction state |
commit | commitdiff | tree | snapshot |
| 2008-01-20 |
Ants Aasma | fix rollback behavior with transaction context manager... |
commit | commitdiff | tree | snapshot |
| 2008-01-20 |
Ants Aasma | example of using try-catch to do transaction commit... |
commit | commitdiff | tree | snapshot |
| 2008-01-20 |
Ants Aasma | - parent transactions weren't started on the connection... |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Jason Kirtland | - Restored 2.3 compat. in lib/sqlalchemy |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Jason Kirtland | - Added source transformation framework for non-2.4... |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Mike Bayer | - Oracle assembles the correct columns in the result set |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Mike Bayer | - some expression fixup: |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Mike Bayer | check for session is none, [ticket:940] |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Jason Kirtland | Updated bit about coverage.py |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Mike Bayer | - dynamic relations, when referenced, create a strong |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Jason Kirtland | - default the root logger level only if unset |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Mike Bayer | maintain the ordering of the given collection of column... |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Mike Bayer | avoid unnecessary mapper.extension copy |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Mike Bayer | finally, a really straightforward reduce() method which... |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Mike Bayer | - select_table mapper turns straight join into aliased... |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Mike Bayer | added more (failing) tests to query, will need to fix... |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Mike Bayer | - query.join() can now accept class-mapped attributes |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Mike Bayer | - applying some refined versions of the ideas in the... |
commit | commitdiff | tree | snapshot |
| 2008-01-13 |
Mike Bayer | - _get_equivalents() converted into a lazy-initializing... |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
Jason Kirtland | - testbase is gone, replaced by testenv |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
Jason Kirtland | - Undeclared SAWarnings are now fatal to tests as well. |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Mike Bayer | fixed NOT ILIKE |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Mike Bayer | - added "ilike()" operator to column operations. |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Lele Gaifax | Reverted to False Firebird's supports_sane_rowcount |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Lele Gaifax | Try to reflect also the Sequence on the PK under Firebird |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Jason Kirtland | - Warnings are now issued as SAWarning instead of Runti... |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
Jason Kirtland | Include column name in length-less String warning ... |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
Mike Bayer | - unit test for r4048 |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
Mike Bayer | - added a mapper() flag "eager_defaults"; when set to |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
Mike Bayer | - added extra fk override test |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
Lele Gaifax | Recognize another Firebird exception in dialect.is_disc... |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
Mike Bayer | - finally added PGMacAddr type to postgres |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
Mike Bayer | converted tests to use remote_side and foreign_keys... |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
Jason Kirtland | Reworked r4042- undeclared deprecation warnings are... |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Jason Kirtland | test suite deprecation rampage |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Jason Kirtland | bump. |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Mike Bayer | formatting, added UnicodeText rel_0_4_2p3 |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Jason Kirtland | Silenced deprecation warnings when testing deprecated... |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Jason Kirtland | Added explicit length to more testing String columns. |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Jason Kirtland | re-bump |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Jason Kirtland | Added UnicodeText alias |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Mike Bayer | - fixed bug with session.dirty when using "mutable... |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
Mike Bayer | redid the _for_ddl String/Text deprecation warning... |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
Mike Bayer | - fixed bug in union() so that select() statements... |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
Mike Bayer | - Text type is properly exported now and does not raise... |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
Jason Kirtland | Fixed reflection of mysql empty string column defaults. |
commit | commitdiff | tree | snapshot |
| 2008-01-07 |
Mike Bayer | bump |
commit | commitdiff | tree | snapshot |
| 2008-01-07 |
Mike Bayer | logged [ticket:923] fix rel_0_4_2b |
commit | commitdiff | tree | snapshot |
| 2008-01-07 |
Rick Morrison | Fix for ticket [923] |
commit | commitdiff | tree | snapshot |
| 2008-01-07 |
Mike Bayer | - fixed an attribute history bug whereby assigning... |
commit | commitdiff | tree | snapshot |
| 2008-01-06 |
Mike Bayer | - suppressing *all* errors in InstanceState.__cleanup... |
commit | commitdiff | tree | snapshot |
| 2008-01-06 |
Mike Bayer | - fixed bug which could occur with polymorphic "union... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Mike Bayer | - synonyms can now be created against props that don... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Mike Bayer | - changed name of TEXT to Text since its a "generic... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Jason Kirtland | Added 'function_call_count' assertion decorator. The... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Jason Kirtland | Updates |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Jason Kirtland | Added lots o' info. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Jason Kirtland | More overloads: fix cascades for += on a list relation... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Jason Kirtland | bump. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Mike Bayer | calling this 0.4.2a rel_0_4_2a |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Mike Bayer | - fixed fairly critical bug whereby the same instance... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Jason Kirtland | Experimental: modestly more informative repr() for... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Jason Kirtland | Migrated a few in-function 'from x import y' to the... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
Jason Kirtland | Refined bulk-assignment aspects of the r3999 in-place... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
Jason Kirtland | Fixed in-place set mutation operator support [ticket... |
commit | commitdiff | tree | snapshot |
| next |