| 2010-03-03 |
Gaëtan de Menten | timings should use getitem syntax and not the slow... |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Chris Withers | fixes for some nasty edge cases when usng descriptors... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Mike Bayer | there we go, that was the stupid gc bug |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Mike Bayer | skip test for oursql |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Mike Bayer | require nose .11 to support first_package_wins flag |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Chris Withers | allow __tablename__ to come from a mixin |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Chris Withers | paranoid test that single table inheritance works with... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Mike Bayer | preload type affinity entries so that these comparisons... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Mike Bayer | un-break the copyright link that chrisw broke |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Michael Trier | Added support for FOUND_ROWS to mysqlconnector. |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Michael Trier | And more wonderfully crafted documentation changes... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Mike Bayer | - adjusted the literal coercion rules to take the left... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Mike Bayer | more bumps |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Mike Bayer | some 2.4 bumps probably due to the tuple/list thing |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | -remove proof of concept "cascade constraints" |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Michael Trier | Changes to get mysqlconnector passing most tests. |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | - the execution sequence pulls all rowcount/last insert... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Michael Trier | More cleanup to link function/method names in the docs... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | mxodbc supports rowcount, just have to snag before... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Michael Trier | Corrected failing doctests in the docs directory due... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | some ms/odbc fixes |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | callcounts |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Gaëtan de Menten | support scale argument for the C implementation of... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | fix echo test |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | - simplify the OurSQL dialect regarding py3k, this... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | - orm: Removed a lot of logging that nobody really... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Michael Trier | Corrected docs on create_engine to link to DBEngine... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Mike Bayer | - make tuple a little more friendly |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Michael Trier | Comments in oursql cause 2to3 to fail. |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Michael Trier | More work to link in the function names to the API... |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Mike Bayer | further numeric fixes |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Mike Bayer | working on pyodbc / mxodbc |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Mike Bayer | some todos |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Mike Bayer | the "in" was IN-tentional, ha ha |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Michael Trier | A few cleanups of the mxodbc dialect. |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Mike Bayer | - threadlocal engine wasn't properly closing the connection |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Michael Trier | Added CHANGES info to document bind parameter change. |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Michael Trier | Changed bind parameters to be passed as a tuple. Some... |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Mike Bayer | - the "scale" argument of the Numeric() type is honored... |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Mike Bayer | fix unicode warnings |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Mike Bayer | add docstring for remove [ticket:1715] |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Michael Trier | Match tests have been completely wrong. |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Michael Trier | Corrected problem with index too large on mysql. |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Mike Bayer | - merge -r6823:6841 of branches/chrisw_mixin |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Mike Bayer | modify the py3k check to check for bytes |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Mike Bayer | - walk back r6851 slightly. Still emit a warning when... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Mike Bayer | - The assert_unicode flag is deprecated. SQLAlchemy... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michael Trier | Support for the mysql+oursql dialect. Thank you Taavi... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michael Trier | Corrected a lot of mssql test issues related to Binary... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michael Trier | Added the ability to strip the schema when using tometa... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michael Trier | Corrected the py3k docs so that you can properly use... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michael Trier | Copy paste fail. |
commit | commitdiff | tree | snapshot |
| 2010-02-24 |
Michael Trier | Fixed binary tests for mssql based on how the new types... |
commit | commitdiff | tree | snapshot |
| 2010-02-24 |
Gaëtan de Menten | fix typo |
commit | commitdiff | tree | snapshot |
| 2010-02-24 |
Mike Bayer | - A major fix in query.join(), when the "on" clause... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | - "out" parameters require a type that is supported by |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | add some py3k caveats |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | - Added reflection/create table support for a wide... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Gaëtan de Menten | rename "error" kwarg to "errors" to be consistent with... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | - typos |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | - Added "unicode_errors" parameter to String, Unicode... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Michael Trier | The pypostgresql has a problem coercing an array during... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Michael Trier | Removed the text_as_varchar option in the mssql dialect... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Chris Withers | a handy @classproperty decorator |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | long lines |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Michael Trier | Major cleanup work in the docs to link class names... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Michael Trier | Work around py-postgresql handling of exceptions. |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | - a change to the previous __mapper_args__ commit. |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | - the __mapper_args__ dict is copied when propagating... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Mike Bayer | - session.merge() will not expire existing scalar attri... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Michael Trier | Changed the py-postgresql dialect to indicate that... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Michael Trier | Modified unittests docs to explain that --first-package... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Mike Bayer | - The "allow_null_pks" flag is now called "allow_partia... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | The py-postgresql dialect supports raw python. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Mike Bayer | - DeclarativeMeta exclusively uses cls.__dict__ (not... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | Found another float / Decimal issue that needs to be... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | The py-postgresql dialect now supports sane rowcounts. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Mike Bayer | add import for "random" |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Mike Bayer | - added util.portable_instancemethod to provide a quick... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | Fixed up the pypostgresql PGNumeric bind_processor... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | Corrected dbengine.rst file to properly render nested... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Mike Bayer | - Composite PK table on InnoDB where the "autoincrement... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | Fixed native unicode test to work with pypostgresql. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | Added a basic .hgignore file. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Mike Bayer | fix a typo, [ticket:1662] |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | Python 3 changes the round to return a Decimal not... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Michael Trier | Fixed up the pypostgresql dialect so it appears in... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Mike Bayer | generalized "test all the picklers" iterator works... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |