| 2010-03-19 |
Mike Bayer | - join() will now simulate a NATURAL JOIN by default... |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | - An exception is raised when a single-table subclass... |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | branch merge |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | - added "lockmode" kw argument to Session.refresh(... |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | nobody expects the insanely significant decimal |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | - get firebird on board |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | make this test slightly easier, SQLite + win32 appears... |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | don't seem to need bind processing for pg8000 decimals. |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | still poking at numerics |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | distinguish between small, large, and many significant... |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | - the string approach appears to be necessary for large... |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | switching Decimal treatment in MSSQL to be pyodbc speci... |
commit | commitdiff | tree | snapshot |
| 2010-03-19 |
Mike Bayer | some more tests. unfortunately i cant run them here... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | Merged latest tip |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | fixed missing return statement which caused render_lite... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | some CHANGES moving around |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | Added MSSQLStrictCompiler support for rendering datetim... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | - normalize sybase version numbers |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | Added module docstring for mssql+mxodbc dialect. |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | Removed MxNumeric and MxFloat because now the sqlalchem... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | - oracle needs a filter for this test |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | some weird numerictype coming back from pysybase, run... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | clean up NumericTest to use a consistent one column... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | removed mxODBC imports from the module level |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | adjustments to improve readability (indentation to... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | Hardcoded ident_seed and ident_increment query had... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | Merged from main tip. |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | per zzzeek, for mssql+mxodbc, disabled test.sql.test_qu... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | cx_oracle adjust |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | adjustment for pysybase |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | turning the decimals to floats allows the E notation... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | - moved most Decimal bind/result handling into types... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | comments/question about using connection.closed in... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | Merge |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | Docstring improvements for MxDecimal and MxNumeric... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Brad Allen | eGenix says "It's better to let mxODBC decide which... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | some ms fixes |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | latex can't handle the rowspans. pdf still cuts off... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | if anybody complains that they didn't know it was calle... |
commit | commitdiff | tree | snapshot |
| 2010-03-18 |
Mike Bayer | add a synonym for RelationProperty -> RelationshipPrope... |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Brad Allen | Because of changes to SQLAlchemy bind parameter placeme... |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Brad Allen | merged from main tip |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Brad Allen | Merged from main tip, and resolved conflicts in mxodbc... |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Mike Bayer | - The official name for the relation() function is now |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Mike Bayer | working through syb capabilities |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Brad Allen | Setting default bindmethod to BIND_USING_SQLTYPE, since... |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Brad Allen | Added decimalformat binding ( I thought this was commit... |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Mike Bayer | - pyodbc can do *some* unicode with sybase, python... |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Mike Bayer | - added pyodbc for sybase driver. |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Mike Bayer | - basic sybase+pyodbc support. in particular this... |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Michael Trier | Changed OurSQL to use supports_unicode_binds and suppor... |
commit | commitdiff | tree | snapshot |
| 2010-03-17 |
Mike Bayer | - mxodbc can use default execute() call |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Brad Allen | corrected import statements forgotten on prior commit |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Brad Allen | Disabling tests for mssql+mxodbc where mxODBC cursor... |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Brad Allen | Fixes to pass numeric tests; now by default, the mxodbc... |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Brad Allen | Added module docstring for mxodbc connector |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Mike Bayer | - The except_() method now renders as MINUS on Oracle, |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Mike Bayer | - Fixed bug which caused "row switch" logic, that is an |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Mike Bayer | - added test for #1737 |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Brad Allen | removed junk pdb.set_trace() |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Brad Allen | Removed custom do_execute which called cursor.executedi... |
commit | commitdiff | tree | snapshot |
| 2010-03-16 |
Mike Bayer | adjust mxodbc imports to dialect level |
commit | commitdiff | tree | snapshot |
| 2010-03-15 |
Brad Allen | merged mainline default branch |
commit | commitdiff | tree | snapshot |
| 2010-03-15 |
Brad Allen | using executemany instead of executedirect, which passe... |
commit | commitdiff | tree | snapshot |
| 2010-03-15 |
Mike Bayer | - The visit_pool() method of Dialect is removed, and... |
commit | commitdiff | tree | snapshot |
| 2010-03-15 |
Brad Allen | whitespace fixes to improve readability (shortened... |
commit | commitdiff | tree | snapshot |
| 2010-03-14 |
Mike Bayer | fix failing test due to sybase paramstyle |
commit | commitdiff | tree | snapshot |
| 2010-03-14 |
Mike Bayer | - name all the "sub" dialect components <DB><component... |
commit | commitdiff | tree | snapshot |
| 2010-03-14 |
Mike Bayer | - many incantations to get the tests to run reasonably |
commit | commitdiff | tree | snapshot |
| 2010-03-14 |
Mike Bayer | - initial working version of sybase, with modifications... |
commit | commitdiff | tree | snapshot |
| 2010-03-14 |
Mike Bayer | starting to add notes for sybase |
commit | commitdiff | tree | snapshot |
| 2010-03-14 |
Mike Bayer | merge of the "database chart" diff |
commit | commitdiff | tree | snapshot |
| 2010-03-14 |
Mike Bayer | - Fixed bug in 0.6-reworked "many-to-one" optimizations |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | ongoing typos |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | gr and pysqlite |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | update link for sqlite3 |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | the big table of all the DBAPIs |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | working dialect support into a chart |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | - further checks when running in WITH_UNICODE |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | callcount... |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | arg, oracle, bah |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | ensure with_unicode flag is false for cx_oracle < 5 |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | - Added "logging_name" argument to create_engine()... |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Philip Jenvey | adjust per a couple zxjdbc failures |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Philip Jenvey | only enable WITH_UNICODE when >= cx_Oracle v5 |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | - query.get() now returns None if queried for an identifier |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | fix the timeout test once and for all |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Philip Jenvey | tweak to take advantage of returning support in executemany |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Philip Jenvey | disable interval tests on oracle+zxjdbc for now, and... |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Philip Jenvey | fix extending of a tuple |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Mike Bayer | move the initial connect out of the profile zone so... |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Mike Bayer | further refinement |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Mike Bayer | merging master... |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Mike Bayer | consolidate unicode/CLOB handling |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Mike Bayer | adjust to allow mock DBAPIs |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Mike Bayer | oursql doesn't like the cursor being reused without... |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Mike Bayer | merge from oracle WITH_UNICODE branch |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Mike Bayer | - Added preliminary support for Oracle's WITH_UNICODE |
commit | commitdiff | tree | snapshot |
| next |