| 2015-03-09 |
Mike Bayer | - fix a potential race condition where the per-mapper... |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Mike Bayer | - reduce some callcounts related to the lightweight... |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Mike Bayer | - add a callers option |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Mike Bayer | - pick around gaining modest dings in callcounts here... |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Mike Bayer | - start locking down querying for cols after observing... |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Mike Bayer | - we really don't want to force lib here, but we do... |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
Mike Bayer | - random performance whacking vs. 0.9, in particular... |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
Mike Bayer | - add this for testing |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
Mike Bayer | - fix some more result_map calls |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
Mike Bayer | - rename _select_wraps |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
Mike Bayer | foo |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
Mike Bayer | - the change for #918 was of course not nearly that... |
commit | commitdiff | tree | snapshot |
| 2015-03-07 |
Mike Bayer | - do a full rewrite of callcounts |
commit | commitdiff | tree | snapshot |
| 2015-03-07 |
Mike Bayer | - The SQL compiler now generates the mapping of expecte... |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Mike Bayer | Merged in jocmeh/sqlalchemy (pull request #46) |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Jochem Oosterveen | minor docstring fix in MappedCollection class |
commit | commitdiff | tree | snapshot |
| 2015-03-03 |
Mike Bayer | - changelog and migration notes for new pg8000 features... |
commit | commitdiff | tree | snapshot |
| 2015-03-03 |
Mike Bayer | - add a skip for JSONB on pg8000 if we are on 1.10... |
commit | commitdiff | tree | snapshot |
| 2015-03-03 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/132' into pr132 |
commit | commitdiff | tree | snapshot |
| 2015-03-01 |
Mike Bayer | - squash-merge the final row_proc integration branch... |
commit | commitdiff | tree | snapshot |
| 2015-02-25 |
Jason Held | Update migration_09.rst |
commit | commitdiff | tree | snapshot |
| 2015-02-24 |
Mike Bayer | - repair issue in declared_attr.cascading such that... |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Mike Bayer | - Fixed bugs in ORM object comparisons where comparison of |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Mike Bayer | - remove the need for a recursive call here |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Mike Bayer | - Fixed bug where internal assertion would fail in... |
commit | commitdiff | tree | snapshot |
| 2015-02-19 |
Mike Bayer | - expect_warnings was not expecting and neither was... |
commit | commitdiff | tree | snapshot |
| 2015-02-19 |
Mike Bayer | - repair merge failure |
commit | commitdiff | tree | snapshot |
| 2015-02-19 |
Mike Bayer | - autopep8 |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Mike Bayer | - Mapped state internals have been reworked to allow... |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Mike Bayer | - add the test_expire_lots test for comparison |
commit | commitdiff | tree | snapshot |
| 2015-02-17 |
Mike Bayer | - add a new section regarding multiprocessing |
commit | commitdiff | tree | snapshot |
| 2015-02-10 |
Mike Bayer | - additional mysql cast-related test fixes |
commit | commitdiff | tree | snapshot |
| 2015-02-10 |
Mike Bayer | - The MySQL dialect now supports CAST on types that... |
commit | commitdiff | tree | snapshot |
| 2015-02-10 |
Mike Bayer | - add a fix to MySQL re: #3074 tests, make sure we... |
commit | commitdiff | tree | snapshot |
| 2015-02-10 |
Mike Bayer | - test skips for MySQL w new cast warning |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - A warning is emitted when :func:`.cast` is used with... |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - flake8 |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - Literal values within a :class:`.DefaultClause`,... |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - remove meaningless assignment |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - test + changelog |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/147' into pr147 |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - add versionadded for service_name |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
Tony Locke | Changed pg8000 dialect to cope with native JSON |
commit | commitdiff | tree | snapshot |
| 2014-12-16 |
Tony Locke | Make pg8000 version detection more robust |
commit | commitdiff | tree | snapshot |
| 2014-12-16 |
Tony Locke | pg8000 client_encoding in create_engine() |
commit | commitdiff | tree | snapshot |
| 2014-12-14 |
Mike Bayer | - automap isn't new anymore |
commit | commitdiff | tree | snapshot |
| 2014-12-14 |
Mike Bayer | - rework sqlite FK and unique constraint system to... |
commit | commitdiff | tree | snapshot |
| 2014-12-13 |
Jon Nelson | - add tentative 'changelog' documentation on #3244 |
commit | commitdiff | tree | snapshot |
| 2014-12-13 |
Jon Nelson | - add test_get_unnamed_unique_constraints to SQLite... |
commit | commitdiff | tree | snapshot |
| 2014-12-13 |
Jon Nelson | - fix unique constraint parsing for sqlite -- may retur... |
commit | commitdiff | tree | snapshot |
| 2014-12-13 |
Mike Bayer | - Added new method :meth:`.Session.invalidate`, functio... |
commit | commitdiff | tree | snapshot |
| 2014-12-12 |
Mike Bayer | - update zoomark |
commit | commitdiff | tree | snapshot |
| 2014-12-10 |
Mike Bayer | - fix up query update /delete documentation, make warnings |
commit | commitdiff | tree | snapshot |
| 2014-12-10 |
Mike Bayer | - keep working on fixing #3266, more cases, more tests |
commit | commitdiff | tree | snapshot |
| 2014-12-10 |
Mike Bayer | - rework the handle error on connect tests from test_pa... |
commit | commitdiff | tree | snapshot |
| 2014-12-09 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/153' |
commit | commitdiff | tree | snapshot |
| 2014-12-09 |
Yuval Langer | Removing unneeded space. |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - identify another spot where _handle_dbapi_error(... |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - simplify the "noconnection" error handling, setting |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - autoinc here for oracle |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - force the _has_events flag to True on engines, so... |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - some profile changes likely due to the change in... |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - A new series of :class:`.Session` methods which provi... |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | start docs... |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - add an option for bulk_save -> update to not do history |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - fix inheritance persistence |
commit | commitdiff | tree | snapshot |
| 2014-12-08 |
Mike Bayer | - initial tests for bulk |
commit | commitdiff | tree | snapshot |
| 2014-12-07 |
Mike Bayer | - rework the assert_sql system so that we have a contex... |
commit | commitdiff | tree | snapshot |
| 2014-12-07 |
Mike Bayer | Merge branch 'master' into ticket_3100 |
commit | commitdiff | tree | snapshot |
| 2014-12-06 |
Mike Bayer | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR... |
commit | commitdiff | tree | snapshot |
| 2014-12-06 |
Mike Bayer | - enhance only_on() to work with compound specs |
commit | commitdiff | tree | snapshot |
| 2014-12-06 |
Mike Bayer | pep8 |
commit | commitdiff | tree | snapshot |
| 2014-12-06 |
Mike Bayer | - adjust _revalidate_connection() again such that we... |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - move inner calls to _revalidate_connection() outside... |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - The SQLite dialect, when using the :class:`.sqlite... |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - pep8 |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - document / work around that dialect_options isn't... |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - The engine-level error handling and wrapping routines... |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - pep8 cleanup |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - New Oracle DDL features for tables, indexes: COMPRESS... |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - the refactor of the visit_alias() method in Oracle... |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - Added support for CTEs under Oracle. This includes... |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - Updated the "supports_unicode_statements" flag to... |
commit | commitdiff | tree | snapshot |
| 2014-12-04 |
Mike Bayer | - The :meth:`.Operators.match` operator is now handled... |
commit | commitdiff | tree | snapshot |
| 2014-12-04 |
Mike Bayer | - The :meth:`.PGDialect.has_table` method will now... |
commit | commitdiff | tree | snapshot |
| 2014-12-01 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/151' into pr151 |
commit | commitdiff | tree | snapshot |
| 2014-11-29 |
Mike Bayer | - Fixed bug in :meth:`.Table.tometadata` method where the |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - Updated the :ref:`examples_versioned_history` example... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - formatting |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - set default dialect here |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - changelog, improve docstring/test for #3217. fixes... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | Merge branch 'issue_bb_3217' of https://bitbucket.org... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | Merged in jon_nelson/sqlalchemy/minor_spelling_error... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | Merged in jvanasco/sqlalchemy-alt/issue_docs_event_stat... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - add an order_by here |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - use self.parent, not table here as there's an attribu... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - refresh all zoomark profiles |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - add a new option --force-write-profiles to rewrite... |
commit | commitdiff | tree | snapshot |
| 2014-11-25 |
Mike Bayer | - The behavioral contract of the :attr:`.ForeignKeyCons... |
commit | commitdiff | tree | snapshot |
| 2014-11-24 |
Mike Bayer | - The :meth:`.PropComparator.of_type` modifier has... |
commit | commitdiff | tree | snapshot |
| next |