| 2010-02-22 |
Mike Bayer | increase the timeout here to accommodate slowness on... |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Mike Bayer | clean up some skips, added skip for sqlite + python2 |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Mike Bayer | extract fix |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Michael Trier | Fixed cPickle problem in Python3. |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Mike Bayer | more py3k fixes |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Mike Bayer | remove __cmp__, move to __lt__ , __eq__ per http:/... |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Mike Bayer | another weird nose + py3k fix |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Mike Bayer | unicode fix that gets around nose's stringio usage |
commit | commitdiff | tree | snapshot |
| 2010-02-16 |
Mike Bayer | callcounts |
commit | commitdiff | tree | snapshot |
| 2010-02-16 |
Mike Bayer | - Fixed cascade bug in many-to-one relation() when... |
commit | commitdiff | tree | snapshot |
| 2010-02-16 |
Mike Bayer | - A change to the solution for [ticket:1579] - an end... |
commit | commitdiff | tree | snapshot |
| 2010-02-16 |
Mike Bayer | tighten up conditionals a bit. this method is still... |
commit | commitdiff | tree | snapshot |
| 2010-02-16 |
Mike Bayer | silliness |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Mike Bayer | get tests to pass for OurSQL |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Mike Bayer | pg8000 doesn't seem to support this either |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Mike Bayer | some more 2.4 test fixes |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Mike Bayer | 2.6.4 has higher numbers for some reason here |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Mike Bayer | 2.4 fix |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Mike Bayer | exclude this test for everyone but sqlite |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Mike Bayer | update call counts |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Mike Bayer | more cleanup |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Mike Bayer | Gave the "state" internals a good solid |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Gaëtan de Menten | - fix C version of rowproxy pickling so that it pickles... |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Gaëtan de Menten | fixed a huge bug in the C version of the unicode processor |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Mike Bayer | - Further fixes for the mysql-connector dialect. ... |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Mike Bayer | I'm seeing lower numbers from the objselectspeed.py... |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Mike Bayer | linking some API elements. this is a long job that... |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Mike Bayer | repair all doctests |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Mike Bayer | - query.one() no longer applies LIMIT to the query... |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Mike Bayer | add a note |
commit | commitdiff | tree | snapshot |
| 2010-02-14 |
Mike Bayer | try to clarify intent some more |
commit | commitdiff | tree | snapshot |
| 2010-02-13 |
Gaëtan de Menten | - Added an optional C extension to speed up the sql... |
commit | commitdiff | tree | snapshot |
| 2010-02-13 |
Mike Bayer | - Documentation clarification for query.delete() |
commit | commitdiff | tree | snapshot |
| 2010-02-13 |
Mike Bayer | - reduced a bit of overhead in attribute expiration... |
commit | commitdiff | tree | snapshot |
| 2010-02-13 |
Gaëtan de Menten | misc cleanups in tests (courtesy of Michael Bayer's... |
commit | commitdiff | tree | snapshot |
| 2010-02-13 |
Mike Bayer | - For those who might use debug logging on |
commit | commitdiff | tree | snapshot |
| 2010-02-13 |
Mike Bayer | commit a note about 2to3 |
commit | commitdiff | tree | snapshot |
| 2010-02-13 |
Mike Bayer | - Improved the installation/test setup regarding Python 3, |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Mike Bayer | - Changed the beaker cache example a bit to have a... |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Mike Bayer | adding more mapper sections nobody will ever see ! |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Mike Bayer | formatting |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Mike Bayer | since I just got confused over my own serializer module... |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Mike Bayer | this is beta2 |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Mike Bayer | - Made sqlalchemy.sql.expressions.Executable part... |
commit | commitdiff | tree | snapshot |
| 2010-02-11 |
Mike Bayer | - The type/expression system now does a more complete job |
commit | commitdiff | tree | snapshot |
| 2010-02-11 |
Gaëtan de Menten | slightly simplify/optimize string/unicode bind processor |
commit | commitdiff | tree | snapshot |
| 2010-02-11 |
Mike Bayer | - Added "native_datetime=True" flag to create_engine(). |
commit | commitdiff | tree | snapshot |
| 2010-02-11 |
Jason Kirtland | Fixed bug in session.merge() blocking dict-like collect... |
commit | commitdiff | tree | snapshot |
| 2010-02-10 |
Jason Kirtland | Fix mysql reflection of TINYINT(1) UNSIGNED columns. |
commit | commitdiff | tree | snapshot |
| 2010-02-10 |
Mike Bayer | - Restored the keys() method to ResultProxy. |
commit | commitdiff | tree | snapshot |
| 2010-02-10 |
Mike Bayer | - Fixed reflection bug whereby when COLLATE was present, |
commit | commitdiff | tree | snapshot |
| 2010-02-09 |
Jason Kirtland | Fix instance.__eq__() regression in orm attributes. |
commit | commitdiff | tree | snapshot |
| 2010-02-09 |
Lele Gaifax | Link to the maintained version of the kinterbasdb drive... |
commit | commitdiff | tree | snapshot |
| 2010-02-08 |
Mike Bayer | - Query called in the context of an expression will... |
commit | commitdiff | tree | snapshot |
| 2010-02-08 |
Mike Bayer | fix up formatting, add OurSQL |
commit | commitdiff | tree | snapshot |
| 2010-02-07 |
Mike Bayer | - Now uses sqlalchemy.orm.exc.DetachedInstanceError... |
commit | commitdiff | tree | snapshot |
| 2010-02-07 |
Mike Bayer | add sql_compiler property to all Compiled subclasses... |
commit | commitdiff | tree | snapshot |
| 2010-02-07 |
Mike Bayer | dont reference self.statement during compilation |
commit | commitdiff | tree | snapshot |
| 2010-02-07 |
Mike Bayer | - FunctionElement subclasses are now directly executabl... |
commit | commitdiff | tree | snapshot |
| 2010-02-07 |
Mike Bayer | add a note about type for ColumnElement |
commit | commitdiff | tree | snapshot |
| 2010-02-06 |
Mike Bayer | fix |
commit | commitdiff | tree | snapshot |
| 2010-02-06 |
Mike Bayer | - Re-established initial support for pymssql. |
commit | commitdiff | tree | snapshot |
| 2010-02-05 |
Mike Bayer | - Slight improvement to the fix for [ticket:1362] to... |
commit | commitdiff | tree | snapshot |
| 2010-02-05 |
Mike Bayer | - Fixed bug in session.rollback() which involved not... |
commit | commitdiff | tree | snapshot |
| 2010-02-05 |
Mike Bayer | - Added math negation operator support, -x. |
commit | commitdiff | tree | snapshot |
| 2010-02-05 |
Mike Bayer | a big, unmissable, green box describing the caveats... |
commit | commitdiff | tree | snapshot |
| 2010-02-03 |
Mike Bayer | bug #1 , wrong 0.5 version mentioned ! |
commit | commitdiff | tree | snapshot |
| 2010-02-03 |
Mike Bayer | - official name rel_0_6beta1 |
commit | commitdiff | tree | snapshot |
| 2010-02-02 |
Mike Bayer | the order of rollback()s wasn't correct. slightly... |
commit | commitdiff | tree | snapshot |
| 2010-02-02 |
Mike Bayer | - Primary key values can now be changed on a joined... |
commit | commitdiff | tree | snapshot |
| 2010-02-02 |
Mike Bayer | formatting tweak |
commit | commitdiff | tree | snapshot |
| 2010-02-02 |
Mike Bayer | add 0.5.9 note for [ticket:1661] |
commit | commitdiff | tree | snapshot |
| 2010-02-01 |
Mike Bayer | - added a failing-so-far test for #1671 |
commit | commitdiff | tree | snapshot |
| 2010-01-31 |
Mike Bayer | yikes entirely wrong option name here |
commit | commitdiff | tree | snapshot |
| 2010-01-30 |
Mike Bayer | - use_ansi=False won't leak into the FROM/WHERE clause of |
commit | commitdiff | tree | snapshot |
| 2010-01-30 |
Mike Bayer | - the "save-update" cascade will now cascade the pendin... |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Mike Bayer | - the "connection" argument from engine.transaction... |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Mike Bayer | oursql doesn't need the warnings propagate flag |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Mike Bayer | for string deferred evals, don't return the underlying... |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Mike Bayer | fix the kwargs scoping. mysteriously was affecting... |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Mike Bayer | - inline some code and turn some instance-level default... |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | - the "autocommit" flag on select() and text()... |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | - make frozendict serializable |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | against is optional |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | - allow exists(s.as_scalar()) to work |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | add an informative error msg for non-collection passed... |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Lele Gaifax | Fix #1663: the whitespace after DEFAULT may start with... |
commit | commitdiff | tree | snapshot |
| 2010-01-26 |
Philip Jenvey | missing import, forcefully compile the expression to str |
commit | commitdiff | tree | snapshot |
| 2010-01-26 |
Philip Jenvey | oracle compat |
commit | commitdiff | tree | snapshot |
| 2010-01-26 |
Philip Jenvey | Binary -> LargeBinary |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | - Added a tuple_() construct, allows sets of expressions |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | added a test to ensure the concrete example in the... |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Philip Jenvey | handle the new CursorFairy __setattr__ |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | fricking typo |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | remove my comment. still wish this could be done in... |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | - union(), intersect(), except() and other "compound... |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Philip Jenvey | revert r6686 and adjust the stacklevel of test_notsane_... |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | - Connection has execution_options(), generative method |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | query |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Philip Jenvey | test_notsane_working needs to run first for dialects... |
commit | commitdiff | tree | snapshot |
| next |