summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug introduced in 0.6beta2 where column labels wouldMike Bayer2010-03-231-4/+7
* - Fixed bug in Query whereby the usage of aliased() constructsMike Bayer2010-03-231-4/+6
* - Fixed bug in Query whereby calling q.join(prop).from_self(...).Mike Bayer2010-03-221-3/+5
* some apparent refactoringsMike Bayer2010-03-212-14/+10
* whitespace tweaksBrad Allen2010-03-201-2/+1
* For cases when mxODBC's cursor.execute can't do the job, raise a warning and ...Brad Allen2010-03-201-1/+8
* now loading mxODBC exception classes into module namespace while still avoidi...Brad Allen2010-03-201-0/+13
* added comment about alternative way to get server version infoBrad Allen2010-03-201-0/+1
* fix a python 3 screwupMike Bayer2010-03-201-1/+1
* - pymssql now works again, expecting at least the 1.0 series.Mike Bayer2010-03-205-129/+136
* oracle cleanupMike Bayer2010-03-191-21/+36
* try < 0Mike Bayer2010-03-191-2/+2
* re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared.Mike Bayer2010-03-193-52/+79
* - Fixed bug whereby calling query(A).join(A.bs).add_entity(B)Mike Bayer2010-03-191-1/+2
* - Fixed import error which could occur reflecting tables onMike Bayer2010-03-191-1/+1
* documented listeners arg on create_engine(), [ticket:1230]Mike Bayer2010-03-191-19/+23
* - Added support for rendering and reflectingMike Bayer2010-03-191-1/+11
* - StaticPool now initializes, disposes and recreates withoutMike Bayer2010-03-191-31/+8
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-1913-67/+49
* - join() will now simulate a NATURAL JOIN by default. Meaning,Mike Bayer2010-03-192-27/+59
* - An exception is raised when a single-table subclass specifiesMike Bayer2010-03-191-0/+5
* - added "lockmode" kw argument to Session.refresh(), willMike Bayer2010-03-191-4/+9
* - get firebird on boardMike Bayer2010-03-192-23/+49
* don't seem to need bind processing for pg8000 decimals.Mike Bayer2010-03-191-3/+0
* still poking at numericsMike Bayer2010-03-193-3/+7
* - the string approach appears to be necessary for large numbers, however.Mike Bayer2010-03-191-38/+26
* switching Decimal treatment in MSSQL to be pyodbc specific, addedMike Bayer2010-03-195-94/+86
* Merged latest tipBrad Allen2010-03-183-2/+28
|\
| * - normalize sybase version numbersMike Bayer2010-03-182-1/+11
| * - oracle needs a filter for this testMike Bayer2010-03-181-1/+4
| * some weird numerictype coming back from pysybase, run through float()Mike Bayer2010-03-181-0/+13
* | fixed missing return statement which caused render_literal_value to chokeBrad Allen2010-03-181-1/+1
* | Added MSSQLStrictCompiler support for rendering datetime typesBrad Allen2010-03-181-3/+17
* | Added module docstring for mssql+mxodbc dialect.Brad Allen2010-03-181-1/+10
* | Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s...Brad Allen2010-03-182-65/+10
|/
* removed mxODBC imports from the module levelBrad Allen2010-03-181-3/+0
* adjustments to improve readability (indentation to complex conditional expres...Brad Allen2010-03-181-23/+59
* Hardcoded ident_seed and ident_increment query had bind markers noncompliant ...Brad Allen2010-03-181-5/+3
* Merged from main tip.Brad Allen2010-03-1810-93/+61
|\
| * turning the decimals to floats allows the E notation to work with sybase+pyod...Mike Bayer2010-03-183-5/+30
| * - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-188-89/+32
* | comments/question about using connection.closed in is_disconnect methodBrad Allen2010-03-181-0/+2
* | MergeBrad Allen2010-03-1816-152/+169
|\ \ | |/
| * some ms fixesMike Bayer2010-03-171-4/+6
| * if anybody complains that they didn't know it was called "relation" in 0.5, w...Mike Bayer2010-03-172-3/+12
| * add a synonym for RelationProperty -> RelationshipProperty tooMike Bayer2010-03-171-2/+2
| * - The official name for the relation() function is nowMike Bayer2010-03-1715-146/+152
* | Docstring improvements for MxDecimal and MxNumeric result processors.Brad Allen2010-03-181-2/+12
* | eGenix says "It's better to let mxODBC decide which bind type to use."Brad Allen2010-03-181-3/+0
* | merged from main tipBrad Allen2010-03-172-4/+29
|\ \ | |/