summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix the timeout test once and for allMike Bayer2010-03-132-32/+46
* move the initial connect out of the profile zone so we don't get a method cal...Mike Bayer2010-03-122-4/+8
* 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
* | merging master...Mike Bayer2010-03-121-3/+3
|\ \ | |/
| * merge from oracle WITH_UNICODE branchMike Bayer2010-03-125-18/+73
| |\
| * | these pass on +zxjdbc, seemingly because it lacks a sane rowcountPhilip Jenvey2010-03-121-3/+3
* | | consolidate unicode/CLOB handlingMike Bayer2010-03-123-33/+33
| |/ |/|
* | - Added preliminary support for Oracle's WITH_UNICODEMike Bayer2010-03-125-18/+73
|/
* - introduce an optimizing type _NativeUnicodeMixin to oracle plus supportingMike Bayer2010-03-125-22/+37
* think I came across a syntactical weirdism thereMike Bayer2010-03-111-1/+1
* refine that a bitMike Bayer2010-03-111-20/+15
* adding windows-appropriate levels of pain to unicode handlingMike Bayer2010-03-112-3/+15
* merge tds changesMike Bayer2010-03-112-3/+7
|\
| * Added a non-freetds specific exclusion for pyodbcMike Bayer2010-03-112-3/+7
* | add a third state to converts_unicode_strings - "conditional". at the momentMike Bayer2010-03-112-4/+21
|/
* formattingMike Bayer2010-03-112-5/+5
* - query.scalar() now raises an exception if more than oneMike Bayer2010-03-113-4/+18
* - Calling query.order_by() or query.distinct() before callingMike Bayer2010-03-113-2/+30
* this resolves the returning failures from #1733Mike Bayer2010-03-112-1/+27
|\
| * added better typing for integer expressions, since integer is implementing _D...Mike Bayer2010-03-112-1/+27
* | re-enable these testsMike Bayer2010-03-112-6/+9
|/
* force an oracle test to pass. this is as usual an extremely fringy test for ...Mike Bayer2010-03-111-1/+10
* these fail for unknown reasons. Seems to be potentially VARCHAR used with RE...Mike Bayer2010-03-111-1/+6
* fix this test for oracle so all types return datetime.dateMike Bayer2010-03-111-1/+1
* this test requires a length for the varchar in mysql/oracleMike Bayer2010-03-111-1/+1
* - fix the sqlalchemy.test.schema.Column function to work with copiesMike Bayer2010-03-112-5/+5
* merged default tipMike Bayer2010-03-116-4/+49
|\
| * - the copy() method of Column now copies over uninitializedMike Bayer2010-03-113-3/+23
| * - fixed internal error which would occur if calling has()Mike Bayer2010-03-114-1/+26
* | add autoincrement flags to declsMike Bayer2010-03-111-5/+5
* | - mark tests unsupported by sqlite unsupported by oracle as wellMike Bayer2010-03-111-2/+2
|/
* - Oracle 'DATE' now does not perform any result processing,Mike Bayer2010-03-114-2/+9
* - emphasized query.join() in ORM tutorial as per [ticket:1708]Mike Bayer2010-03-105-50/+114
* fixed up docs for execution_options() across all three locations.Mike Bayer2010-03-093-15/+32
* - moved the logic within _BindParamClause which decides about coercing the bi...Mike Bayer2010-03-099-57/+222
|\
| * base tests passMike Bayer2010-03-093-3/+3
| * almost there, some tests failing still.Mike Bayer2010-03-096-17/+55
| * merge latest tip. practicing on mercurial.Mike Bayer2010-03-081-1/+1
| |\
| * | still thinking about stuff hereMike Bayer2010-03-083-21/+33
| * | working on getting operators/left hand type awareness into the "bind" coercio...Mike Bayer2010-03-083-39/+154
* | | meaningless changeMike Bayer2010-03-091-0/+1
| |/ |/|
* | fix last commitPhilip Jenvey2010-03-081-1/+1
* | small cleanupPhilip Jenvey2010-03-081-1/+1
|/
* Remove isnew argument from row_processors. It wasn't used anyway in most cases.Gaëtan de Menten2010-03-082-49/+57
* distutils choked on the trailing slash on the lib directory in the manifest.Brad Allen2010-03-071-1/+1
* the mercurial extension seems to not work in py3k and also I don'tMike Bayer2010-03-072-2/+17
* use setuptools_hg to auto-discover the same way we did with SVN.Mike Bayer2010-03-071-0/+1
* - plug a minor ORM speed hit in Events (**kwargs).Gaëtan de Menten2010-03-071-2/+4