summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Manual fixes for style E501 errors in event packagepr/112Brian Jarrett2014-07-132-5/+10
* Style fixes for event packageBrian Jarrett2014-07-125-94/+110
* Merge branch 'master' of https://github.com/celttechie/sqlalchemypr/104Brian Jarrett2014-07-101-5/+4
|\
| * - determine the root cause of the mysqlconnector issue, reportMike Bayer2014-07-101-5/+4
* | fixed style to conform to PEP8Brian Jarrett2014-07-102-38/+43
|/
* - mark tests failing for mysqlconnector, oursqlMike Bayer2014-07-101-3/+10
* imports gone badMike Bayer2014-07-101-2/+2
* - The :meth:`.TypeEngine.with_variant` method will now accept aMike Bayer2014-07-103-1/+17
* - fully flake8 test/aaa_profilingMike Bayer2014-07-097-430/+581
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-09161-161/+322
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-092-21/+20
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-096-4/+21
* - add 0.9 changelogMike Bayer2014-07-091-0/+9
* - Fixed bug where "python setup.py test" wasn't calling intoMike Bayer2014-07-093-1/+19
* -do an autoflake8 hereMike Bayer2014-07-081-141/+161
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-084-7/+41
* Merge pull request #103 from tlocke/mastermike bayer2014-07-083-611/+757
|\
| * PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-074-602/+745
| * pg8000 passing test/sqlTony Locke2014-07-064-13/+16
* | - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-085-8/+152
* | document JSONBMike Bayer2014-07-071-2/+5
* | changelogMike Bayer2014-07-071-0/+8
* | Merge pull request #101 from ddimmich/mastermike bayer2014-07-074-5/+175
|\ \ | |/ |/|
| * jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-012-1/+37
| * it's OK to pass a dict in - it does the right thing, no need to quote itDamian Dimmich2014-06-281-1/+1
| * minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-282-6/+16
| * add has_key & contains operators for jsonb (ported over from hstore)Damian Dimmich2014-06-281-21/+17
| * and tests for JSONB - as this is a superset of JSON i've subclassedDamian Dimmich2014-06-281-1/+15
| * initial support for JSONB - this only allows you to define the JSONBDamian Dimmich2014-06-243-3/+117
* | Merge pull request #100 from plaes/typosmike bayer2014-07-063-4/+4
|\ \
| * | typo: s/thbe/thepr/100Priit Laes2014-06-281-1/+1
| * | typo: s/tranasction/transactionPriit Laes2014-06-282-3/+3
| * | typo: s/founds/foundPriit Laes2014-06-281-1/+1
* | | changelog, fixes #3093Mike Bayer2014-07-061-0/+9
* | | Merged in therve/bug-3093/bug/3093 (pull request #24) Mike Bayer2014-07-062-3/+4
|\ \ \
| * | | Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-242-3/+4
| | |/ | |/|
* | | add pg8000Mike Bayer2014-07-061-0/+1
* | | Merge pull request #99 from tlocke/mastermike bayer2014-07-061-234/+267
|\ \ \
| * | | PEP8 tidy of test/sql/test_types.pypr/99Tony Locke2014-06-231-221/+256
| * | | pg8000 passing test/sql/test_types.pyTony Locke2014-06-231-13/+11
* | | | - changelogMike Bayer2014-07-061-0/+8
* | | | Merge pull request #98 from abbec/mssql2008-multivalues-insertmike bayer2014-07-061-0/+2
|\ \ \ \
| * | | | - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98Albert Cervin2014-06-161-0/+2
* | | | | - add test support for disconnect modificationMike Bayer2014-07-041-0/+25
* | | | | - clarify that the pg8000 backend has no impact of any kind onMike Bayer2014-07-041-8/+9
* | | | | - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-048-235/+517
* | | | | - Added new attributes :attr:`.ExecutionContext.exception` andMike Bayer2014-07-033-1/+52
* | | | | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-035-25/+239
* | | | | - add link to dialect docs for SQLite autoincrement from column autoincrement,Mike Bayer2014-07-032-4/+9
* | | | | - ensure ACID set up on this table for MySQLMike Bayer2014-07-011-2/+3