Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manual fixes for style E501 errors, etc. in dialects packagepr/111 | Brian Jarrett | 2014-07-13 | 34 | -639/+834 |
| | |||||
* | Style fixes for dialects package | Brian Jarrett | 2014-07-12 | 40 | -947/+1036 |
| | |||||
* | Merge branch 'master' of https://github.com/celttechie/sqlalchemypr/104 | Brian Jarrett | 2014-07-10 | 1 | -5/+4 |
|\ | | | | | | | Pulling from new fork of SQLAlchemy | ||||
| * | - determine the root cause of the mysqlconnector issue, report | Mike Bayer | 2014-07-10 | 1 | -5/+4 |
| | | | | | | | | it and move on | ||||
* | | fixed style to conform to PEP8 | Brian Jarrett | 2014-07-10 | 2 | -38/+43 |
|/ | |||||
* | - 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 | 3 | -1/+17 |
| | | | | | | type class as an argument which is internally converted to an instance, using the same convention long established by other constructs such as :class:`.Column`. fixes #3122 | ||||
* | - fully flake8 test/aaa_profiling | Mike Bayer | 2014-07-09 | 7 | -430/+581 |
| | |||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 161 | -161/+322 |
| | | | | to get all flake8 passing | ||||
* | - support __only_on__ and __backend__ at the same time | Mike Bayer | 2014-07-09 | 2 | -21/+20 |
| | |||||
* | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 6 | -4/+21 |
| | | | | | | | | MySQLconnector. This was set at True for some reason. The "buffered" flag unfortunately must stay at True as MySQLconnector does not allow a cursor to be closed unless all results are fully fetched. fixes #2515 - lots of MySQL tests seemed to not be hitting all backends, so we should be getting some mysqlconnector failures now | ||||
* | - add 0.9 changelog | Mike Bayer | 2014-07-09 | 1 | -0/+9 |
| | |||||
* | - Fixed bug where "python setup.py test" wasn't calling into | Mike Bayer | 2014-07-09 | 3 | -1/+19 |
| | | | | | distutils appropriately, and errors would be emitted at the end of the test suite. | ||||
* | -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 | 4 | -7/+41 |
| | | | | | | | updates, and needs to be set to `synchronize_session=False` or `synchronize_session='fetch'`; this now raises an exception, with a message to change the synchronize setting. This will be only a warning in 0.9.7. fixes #3117 | ||||
* | Merge pull request #103 from tlocke/master | mike bayer | 2014-07-08 | 3 | -611/+757 |
|\ | | | | | pg8000 passing test/sql | ||||
| * | 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 | 5 | -8/+152 |
| | | | | | | | | implements PG's to_tsquery('regconfig', 'arg') pattern. fixes #3078 | ||||
* | | document JSONB | Mike Bayer | 2014-07-07 | 1 | -2/+5 |
| | | |||||
* | | changelog | Mike Bayer | 2014-07-07 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #101 from ddimmich/master | mike bayer | 2014-07-07 | 4 | -5/+175 |
|\ \ | |/ |/| | Postgres 9.4 Jsonb support | ||||
| * | jsonb support for <@, ?| and ?& added.pr/101 | Damian Dimmich | 2014-07-01 | 2 | -1/+37 |
| | | | | | | | | need to see if equality already works. | ||||
| * | 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 |
| | | | | | | | | in the tests. | ||||
| * | minor cleanup of the jsonb - had extraneous operators that where copied | Damian Dimmich | 2014-06-28 | 2 | -6/+16 |
| | | | | | | | | | | | | from hstore that don't apply. Add tests for ? and @> operators. | ||||
| * | add has_key & contains operators for jsonb (ported over from hstore) | Damian Dimmich | 2014-06-28 | 1 | -21/+17 |
| | | |||||
| * | and tests for JSONB - as this is a superset of JSON i've subclassed | Damian Dimmich | 2014-06-28 | 1 | -1/+15 |
| | | | | | | | | the JSON tests as all of these should be applicable as well. | ||||
| * | initial support for JSONB - this only allows you to define the JSONB | Damian Dimmich | 2014-06-24 | 3 | -3/+117 |
| | | | | | | | | | | datatype - this does not add any of the additional support for querying/indexing yet. | ||||
* | | Merge pull request #100 from plaes/typos | mike bayer | 2014-07-06 | 3 | -4/+4 |
|\ \ | | | | | | | Typo fixes | ||||
| * | | typo: s/thbe/thepr/100 | Priit Laes | 2014-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | typo: s/tranasction/transaction | Priit Laes | 2014-06-28 | 2 | -3/+3 |
| | | | |||||
| * | | typo: s/founds/found | Priit Laes | 2014-06-28 | 1 | -1/+1 |
| | | | |||||
* | | | changelog, fixes #3093 | Mike Bayer | 2014-07-06 | 1 | -0/+9 |
| | | | |||||
* | | | Merged in therve/bug-3093/bug/3093 (pull request #24) | Mike Bayer | 2014-07-06 | 2 | -3/+4 |
|\ \ \ | | | | | | | | | Return the assigned value in MultableDict.setdefault | ||||
| * | | | Return the assigned value in MultableDict.setdefault | Thomas Herve | 2014-06-24 | 2 | -3/+4 |
| | |/ | |/| | |||||
* | | | add pg8000 | Mike Bayer | 2014-07-06 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #99 from tlocke/master | mike bayer | 2014-07-06 | 1 | -234/+267 |
|\ \ \ | | | | | | | | | pg8000 passing test/sql/test_types.py | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Opened up two tests that now pass with pg8000. Also, rewrote two tests to use actual tables rather than having a round trip in a single select statement. This is necessary for pg8000 because it sends strings to the server with type 'unknown' and lets the server work out the type. | ||||
* | | | | - changelog | Mike Bayer | 2014-07-06 | 1 | -0/+8 |
| | | | | |||||
* | | | | Merge pull request #98 from abbec/mssql2008-multivalues-insert | mike bayer | 2014-07-06 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Fixed support for multivalue inserts for MS SQL 2008 | ||||
| * | | | | - Fixed support for multivalue inserts for MS SQL 2008 since it is actually ↵pr/98 | Albert Cervin | 2014-06-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | supported. | ||||
* | | | | | - add test support for disconnect modification | Mike Bayer | 2014-07-04 | 1 | -0/+25 |
| | | | | | |||||
* | | | | | - clarify that the pg8000 backend has no impact of any kind on | Mike Bayer | 2014-07-04 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | the pg8000 DBAPI's encoding behavior, fixes #3112. | ||||
* | | | | | - rework the entire approach to #3076. As we need to catch all exceptions | Mike Bayer | 2014-07-04 | 8 | -235/+517 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in all cases unconditionally, the number of use cases that go beyond what dbapi_error() is expecting has gone too far for an 0.9 release. Additionally, the number of things we'd like to track is really a lot more than the five arguments here, and ExecutionContext is really not suitable as totally public API for this. So restore dbapi_error to its old version, deprecate, and build out handle_error instead. This is a lot more extensible and doesn't get in the way of anything compatibility-wise. | ||||
* | | | | | - Added new attributes :attr:`.ExecutionContext.exception` and | Mike Bayer | 2014-07-03 | 3 | -1/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :attr:`.ExecutionContext.is_disconnect` which are meaningful within the :meth:`.ConnectionEvents.dbapi_error` handler to see both the original DBAPI error as well as whether or not it represents a disconnect. | ||||
* | | | | | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 5 | -25/+239 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have been enhanced such that the function handler is now capable of raising or returning a new exception object, which will replace the exception normally being thrown by SQLAlchemy. fixes #3076 | ||||
* | | | | | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | fixes #3110 | ||||
* | | | | | - ensure ACID set up on this table for MySQL | Mike Bayer | 2014-07-01 | 1 | -2/+3 |
| | | | | |