| Commit message (Expand) | Author | Age | Files | Lines |
| * | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 3 | -5/+17 |
| * | put a greater variance into this test to prevent sporadic failures | Mike Bayer | 2014-07-21 | 1 | -1/+1 |
| * | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -0/+1 |
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 25 | -3570/+4237 |
| * | - Fixed bug in oracle dialect test suite where in one test, | Mike Bayer | 2014-07-18 | 1 | -4/+5 |
| * | - use an odict here to ensure ordering of properties | Mike Bayer | 2014-07-15 | 1 | -8/+8 |
| * | - Fixed a regression caused by :ticket:`2976` released in 0.9.4 where | Mike Bayer | 2014-07-15 | 1 | -0/+72 |
| * | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 1 | -1/+43 |
| * | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 1 | -4/+24 |
| * | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 1 | -0/+19 |
| * | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 1 | -6/+80 |
| * | - In the SQL Server pyodbc dialect, repaired the implementation | Mike Bayer | 2014-07-14 | 1 | -0/+22 |
| * | - Fixed a regression from 0.9.0 due to :ticket:`2736` where the | Mike Bayer | 2014-07-14 | 2 | -0/+47 |
| * | -Fixed bug in common table expressions whereby positional bound | Mike Bayer | 2014-07-14 | 1 | -0/+36 |
| * | - Fixed bug where multi-valued :class:`.Insert` construct would fail | Mike Bayer | 2014-07-14 | 1 | -0/+41 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -0/+13 |
| * | - add some order bys | Mike Bayer | 2014-07-14 | 1 | -3/+15 |
| * | - adjust this to work on PG also | Mike Bayer | 2014-07-13 | 1 | -2/+3 |
| * | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 2 | -0/+63 |
| * | - determine the root cause of the mysqlconnector issue, report | Mike Bayer | 2014-07-10 | 1 | -5/+4 |
| * | - mark tests failing for mysqlconnector, oursql | Mike Bayer | 2014-07-10 | 1 | -3/+10 |
| * | imports gone bad | Mike Bayer | 2014-07-10 | 1 | -2/+2 |
| * | - The :meth:`.TypeEngine.with_variant` method will now accept a | Mike Bayer | 2014-07-10 | 1 | -0/+7 |
| * | - fully flake8 test/aaa_profiling | Mike Bayer | 2014-07-09 | 7 | -430/+581 |
| * | - support __only_on__ and __backend__ at the same time | Mike Bayer | 2014-07-09 | 1 | -6/+1 |
| * | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 4 | -3/+9 |
| * | -do an autoflake8 here | Mike Bayer | 2014-07-08 | 1 | -141/+161 |
| * | - The "evaulator" for query.update()/delete() won't work with multi-table | Mike Bayer | 2014-07-08 | 1 | -3/+16 |
| * | Merge pull request #103 from tlocke/master | mike bayer | 2014-07-08 | 3 | -611/+757 |
| |\ |
|
| | * | PEP8 tidy of subset of test/sql/*.pypr/103 | Tony Locke | 2014-07-07 | 4 | -602/+745 |
| | * | pg8000 passing test/sql | Tony Locke | 2014-07-06 | 4 | -13/+16 |
| * | | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 1 | -0/+81 |
| * | | Merge pull request #101 from ddimmich/master | mike bayer | 2014-07-07 | 1 | -2/+49 |
| |\ \
| |/
|/| |
|
| | * | jsonb support for <@, ?| and ?& added.pr/101 | Damian Dimmich | 2014-07-01 | 1 | -0/+19 |
| | * | it's OK to pass a dict in - it does the right thing, no need to quote it | Damian Dimmich | 2014-06-28 | 1 | -1/+1 |
| | * | minor cleanup of the jsonb - had extraneous operators that where copied | Damian Dimmich | 2014-06-28 | 1 | -1/+15 |
| | * | and tests for JSONB - as this is a superset of JSON i've subclassed | Damian Dimmich | 2014-06-28 | 1 | -1/+15 |
| * | | Merge pull request #100 from plaes/typos | mike bayer | 2014-07-06 | 1 | -2/+2 |
| |\ \ |
|
| | * | | typo: s/thbe/thepr/100 | Priit Laes | 2014-06-28 | 1 | -1/+1 |
| | * | | typo: s/tranasction/transaction | Priit Laes | 2014-06-28 | 1 | -2/+2 |
| * | | | Merged in therve/bug-3093/bug/3093 (pull request #24)
| Mike Bayer | 2014-07-06 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Return the assigned value in MultableDict.setdefault | Thomas Herve | 2014-06-24 | 1 | -2/+2 |
| | | |/
| |/| |
|
| * | | | Merge pull request #99 from tlocke/master | mike bayer | 2014-07-06 | 1 | -234/+267 |
| |\ \ \ |
|
| | * | | | PEP8 tidy of test/sql/test_types.pypr/99 | Tony Locke | 2014-06-23 | 1 | -221/+256 |
| | * | | | pg8000 passing test/sql/test_types.py | Tony Locke | 2014-06-23 | 1 | -13/+11 |
| * | | | | - add test support for disconnect modification | Mike Bayer | 2014-07-04 | 1 | -0/+25 |
| * | | | | - rework the entire approach to #3076. As we need to catch all exceptions | Mike Bayer | 2014-07-04 | 1 | -125/+267 |
| * | | | | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 1 | -0/+111 |
| * | | | | - ensure ACID set up on this table for MySQL | Mike Bayer | 2014-07-01 | 1 | -2/+3 |
| * | | | | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 2 | -0/+67 |