summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix the timeout test once and for allMike Bayer2010-03-131-28/+41
* further refinementMike Bayer2010-03-122-38/+39
|\
| * adjust to allow mock DBAPIsMike Bayer2010-03-121-13/+16
| * oursql doesn't like the cursor being reused without fetch being finishedMike Bayer2010-03-121-13/+15
* | consolidate unicode/CLOB handlingMike Bayer2010-03-123-33/+33
|/
* - Added preliminary support for Oracle's WITH_UNICODEMike Bayer2010-03-124-18/+67
* - introduce an optimizing type _NativeUnicodeMixin to oracle plus supportingMike Bayer2010-03-122-16/+30
* refine that a bitMike Bayer2010-03-111-20/+15
* adding windows-appropriate levels of pain to unicode handlingMike Bayer2010-03-111-2/+2
* merge tds changesMike Bayer2010-03-111-3/+3
|\
| * Added a non-freetds specific exclusion for pyodbcMike Bayer2010-03-111-3/+3
* | add a third state to converts_unicode_strings - "conditional". at the momentMike Bayer2010-03-112-4/+21
|/
* formattingMike Bayer2010-03-111-4/+4
* - query.scalar() now raises an exception if more than oneMike Bayer2010-03-111-3/+10
* - Calling query.order_by() or query.distinct() before callingMike Bayer2010-03-111-2/+6
* this resolves the returning failures from #1733Mike Bayer2010-03-111-1/+22
|\
| * added better typing for integer expressions, since integer is implementing _D...Mike Bayer2010-03-111-1/+22
* | re-enable these testsMike Bayer2010-03-111-1/+7
|/
* - fix the sqlalchemy.test.schema.Column function to work with copiesMike Bayer2010-03-111-3/+3
* - the copy() method of Column now copies over uninitializedMike Bayer2010-03-111-2/+5
* - 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