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