summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - fixed internal error which would occur if calling has()Mike Bayer2010-03-111-1/+3
* - Oracle 'DATE' now does not perform any result processing,Mike Bayer2010-03-112-2/+2
* - emphasized query.join() in ORM tutorial as per [ticket:1708]Mike Bayer2010-03-102-26/+60
* fixed up docs for execution_options() across all three locations.Mike Bayer2010-03-093-15/+32
* base tests passMike Bayer2010-03-092-2/+2
* almost there, some tests failing still.Mike Bayer2010-03-091-14/+38
* still thinking about stuff hereMike Bayer2010-03-082-20/+31
* working on getting operators/left hand type awareness into the "bind" coercio...Mike Bayer2010-03-082-28/+87
* Remove isnew argument from row_processors. It wasn't used anyway in most cases.Gaëtan de Menten2010-03-082-49/+57
* - plug a minor ORM speed hit in Events (**kwargs).Gaëtan de Menten2010-03-071-2/+4
* - cleanup some long lines. (test hg commit hook)Mike Bayer2010-03-071-7/+22
* typoMike Bayer2010-03-051-1/+1
* fixes for some nasty edge cases when usng descriptors to compute special attr...Chris Withers2010-03-021-5/+16
* allow __tablename__ to come from a mixinChris Withers2010-03-011-0/+3
* Added support for FOUND_ROWS to mysqlconnector.Michael Trier2010-03-011-7/+19
* - adjusted the literal coercion rules to take the left side's type into accou...Mike Bayer2010-03-012-3/+10
* -remove proof of concept "cascade constraints"Mike Bayer2010-02-282-8/+1
* Changes to get mysqlconnector passing most tests.Michael Trier2010-02-282-3/+10
* - the execution sequence pulls all rowcount/last inserted IDMike Bayer2010-02-285-43/+70
* mxodbc supports rowcount, just have to snag before the cursor is closed.Mike Bayer2010-02-284-8/+17
* some ms/odbc fixesMike Bayer2010-02-282-2/+11
* support scale argument for the C implementation of the decimal processorGaëtan de Menten2010-02-282-28/+32
* fix echo testMike Bayer2010-02-281-2/+2
* - simplify the OurSQL dialect regarding py3k, this version gives it a fairlyMike Bayer2010-02-284-87/+114
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-289-104/+64
* Corrected docs on create_engine to link to DBEngine Logging docs. Fixes #1721.Michael Trier2010-02-281-4/+3
* - make tuple a little more friendlyMike Bayer2010-02-282-1/+3
* Comments in oursql cause 2to3 to fail.Michael Trier2010-02-281-16/+14
* further numeric fixesMike Bayer2010-02-271-3/+9
* working on pyodbc / mxodbcMike Bayer2010-02-278-38/+75
* some todosMike Bayer2010-02-271-0/+7
* the "in" was IN-tentional, ha haMike Bayer2010-02-271-1/+2
* A few cleanups of the mxodbc dialect.Michael Trier2010-02-272-46/+14
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-277-17/+120
* Changed bind parameters to be passed as a tuple. Some drivers don't like to r...Michael Trier2010-02-261-2/+2
* - the "scale" argument of the Numeric() type is honored whenMike Bayer2010-02-263-11/+44
* add docstring for remove [ticket:1715]Mike Bayer2010-02-261-0/+2
* - merge -r6823:6841 of branches/chrisw_mixinMike Bayer2010-02-251-158/+290
* modify the py3k check to check for bytesMike Bayer2010-02-251-0/+4
* - walk back r6851 slightly. Still emit a warning when the Unicode or Unicode...Mike Bayer2010-02-251-7/+19
* - The assert_unicode flag is deprecated. SQLAlchemy will raiseMike Bayer2010-02-254-100/+55
* Support for the mysql+oursql dialect. Thank you Taavi Burns.Michael Trier2010-02-252-6/+45
* Added the ability to strip the schema when using tometadata by passing schema...Michael Trier2010-02-251-2/+4
* Fixed binary tests for mssql based on how the new types are being used.Michael Trier2010-02-241-16/+17
* fix typoGaëtan de Menten2010-02-241-1/+1
* - A major fix in query.join(), when the "on" clause is anMike Bayer2010-02-241-8/+23
* - "out" parameters require a type that is supported byMike Bayer2010-02-232-5/+19
* add some py3k caveatsMike Bayer2010-02-231-1/+1
* - Added reflection/create table support for a wide rangeMike Bayer2010-02-231-32/+42
* rename "error" kwarg to "errors" to be consistent with builtin unicodeGaëtan de Menten2010-02-231-6/+6