| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug introduced in 0.6beta2 where column labels would | Mike Bayer | 2010-03-23 | 1 | -4/+7 |
| * | - Fixed bug in Query whereby the usage of aliased() constructs | Mike Bayer | 2010-03-23 | 1 | -4/+6 |
| * | - Fixed bug in Query whereby calling q.join(prop).from_self(...). | Mike Bayer | 2010-03-22 | 1 | -3/+5 |
| * | some apparent refactorings | Mike Bayer | 2010-03-21 | 2 | -14/+10 |
| * | whitespace tweaks | Brad Allen | 2010-03-20 | 1 | -2/+1 |
| * | For cases when mxODBC's cursor.execute can't do the job, raise a warning and ... | Brad Allen | 2010-03-20 | 1 | -1/+8 |
| * | now loading mxODBC exception classes into module namespace while still avoidi... | Brad Allen | 2010-03-20 | 1 | -0/+13 |
| * | added comment about alternative way to get server version info | Brad Allen | 2010-03-20 | 1 | -0/+1 |
| * | fix a python 3 screwup | Mike Bayer | 2010-03-20 | 1 | -1/+1 |
| * | - pymssql now works again, expecting at least the 1.0 series. | Mike Bayer | 2010-03-20 | 5 | -129/+136 |
| * | oracle cleanup | Mike Bayer | 2010-03-19 | 1 | -21/+36 |
| * | try < 0 | Mike Bayer | 2010-03-19 | 1 | -2/+2 |
| * | re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared. | Mike Bayer | 2010-03-19 | 3 | -52/+79 |
| * | - Fixed bug whereby calling query(A).join(A.bs).add_entity(B) | Mike Bayer | 2010-03-19 | 1 | -1/+2 |
| * | - Fixed import error which could occur reflecting tables on | Mike Bayer | 2010-03-19 | 1 | -1/+1 |
| * | documented listeners arg on create_engine(), [ticket:1230] | Mike Bayer | 2010-03-19 | 1 | -19/+23 |
| * | - Added support for rendering and reflecting | Mike Bayer | 2010-03-19 | 1 | -1/+11 |
| * | - StaticPool now initializes, disposes and recreates without | Mike Bayer | 2010-03-19 | 1 | -31/+8 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 13 | -67/+49 |
| * | - join() will now simulate a NATURAL JOIN by default. Meaning, | Mike Bayer | 2010-03-19 | 2 | -27/+59 |
| * | - An exception is raised when a single-table subclass specifies | Mike Bayer | 2010-03-19 | 1 | -0/+5 |
| * | - added "lockmode" kw argument to Session.refresh(), will | Mike Bayer | 2010-03-19 | 1 | -4/+9 |
| * | - get firebird on board | Mike Bayer | 2010-03-19 | 2 | -23/+49 |
| * | don't seem to need bind processing for pg8000 decimals. | Mike Bayer | 2010-03-19 | 1 | -3/+0 |
| * | still poking at numerics | Mike Bayer | 2010-03-19 | 3 | -3/+7 |
| * | - the string approach appears to be necessary for large numbers, however. | Mike Bayer | 2010-03-19 | 1 | -38/+26 |
| * | switching Decimal treatment in MSSQL to be pyodbc specific, added | Mike Bayer | 2010-03-19 | 5 | -94/+86 |
| * | Merged latest tip | Brad Allen | 2010-03-18 | 3 | -2/+28 |
| |\ |
|
| | * | - normalize sybase version numbers | Mike Bayer | 2010-03-18 | 2 | -1/+11 |
| | * | - oracle needs a filter for this test | Mike Bayer | 2010-03-18 | 1 | -1/+4 |
| | * | some weird numerictype coming back from pysybase, run through float() | Mike Bayer | 2010-03-18 | 1 | -0/+13 |
| * | | fixed missing return statement which caused render_literal_value to choke | Brad Allen | 2010-03-18 | 1 | -1/+1 |
| * | | Added MSSQLStrictCompiler support for rendering datetime types | Brad Allen | 2010-03-18 | 1 | -3/+17 |
| * | | Added module docstring for mssql+mxodbc dialect. | Brad Allen | 2010-03-18 | 1 | -1/+10 |
| * | | Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s... | Brad Allen | 2010-03-18 | 2 | -65/+10 |
| |/ |
|
| * | removed mxODBC imports from the module level | Brad Allen | 2010-03-18 | 1 | -3/+0 |
| * | adjustments to improve readability (indentation to complex conditional expres... | Brad Allen | 2010-03-18 | 1 | -23/+59 |
| * | Hardcoded ident_seed and ident_increment query had bind markers noncompliant ... | Brad Allen | 2010-03-18 | 1 | -5/+3 |
| * | Merged from main tip. | Brad Allen | 2010-03-18 | 10 | -93/+61 |
| |\ |
|
| | * | turning the decimals to floats allows the E notation to work with sybase+pyod... | Mike Bayer | 2010-03-18 | 3 | -5/+30 |
| | * | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 8 | -89/+32 |
| * | | comments/question about using connection.closed in is_disconnect method | Brad Allen | 2010-03-18 | 1 | -0/+2 |
| * | | Merge | Brad Allen | 2010-03-18 | 16 | -152/+169 |
| |\ \
| |/ |
|
| | * | some ms fixes | Mike Bayer | 2010-03-17 | 1 | -4/+6 |
| | * | if anybody complains that they didn't know it was called "relation" in 0.5, w... | Mike Bayer | 2010-03-17 | 2 | -3/+12 |
| | * | add a synonym for RelationProperty -> RelationshipProperty too | Mike Bayer | 2010-03-17 | 1 | -2/+2 |
| | * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 15 | -146/+152 |
| * | | Docstring improvements for MxDecimal and MxNumeric result processors. | Brad Allen | 2010-03-18 | 1 | -2/+12 |
| * | | eGenix says "It's better to let mxODBC decide which bind type to use." | Brad Allen | 2010-03-18 | 1 | -3/+0 |
| * | | merged from main tip | Brad Allen | 2010-03-17 | 2 | -4/+29 |
| |\ \
| |/ |
|