0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add option to hardcode a cache key More... over 14 years ago
compare class in the given path with our own class using issubclass, since paths are always against the base class More... over 14 years ago
memcached wants this More... over 14 years ago
ensure criterion is not None More... over 14 years ago
- cut down on a few hundred method calls More... over 14 years ago
- merge() will not issue a needless merge of attributes if the given instance is the same instance which is already present. More... over 14 years ago
happy new year More... over 14 years ago
- Session.merge() is performance optimized, using half the call counts for "load=False" mode compared to 0.5 and significantly fewer SQL queries in the case of collections for "load=True" mode. More... over 14 years ago
- py3k binary type returned natively for sqlite3, pg8000, fixes [ticket:1639] and [ticket:1581] for now - use type(None), py3k compat, [ticket:1584] More... over 14 years ago
remove needless check_modified() More... over 14 years ago
merge r6616 of 0.5 branch, allow DefaultGenerators as "default" and "onupdate" More... over 14 years ago
- fix mysqlconnector import - mysqlconnector returns get_server_version() as a tuple-ready structure More... over 14 years ago
- accept 'expire' with a deprecation warning for query.update() [ticket:1648] More... over 14 years ago
- rename "myconnpy" to "mysqlconnector" - remove all bug workarounds in mysqlconnector dialect - add mysqlconnector as one of two "official" DBAPIs for MySQL More... over 14 years ago
- Fixed a column arithmetic bug that affected column correspondence for cloned selectables which contain free-standing column expressions. This bug is generally only noticeable when exercising newer ORM behavior only availble in 0.6 via [ticket:1568], but is more correct at the SQL expression level as well. [ticket:1617] More... over 14 years ago
add documentation for Numeric/Float types, [ticket:1624] More... over 14 years ago
fixed DDL quoting with literal strings that have ' [ticket:1640] More... over 14 years ago
- added a refresh logger step to the nose plugin so that SQLA class loggers get correct state from nose cmdline - fix mapper logging [ticket:1620] More... over 14 years ago
- have inspector properly return default_schema_name [ticket:1626] More... over 14 years ago
add a brief doc for custom DDL More... over 14 years ago
- clarify ForeignKey docs, copy operation - link all classes/functions in expressions More... over 14 years ago
- The copy() method on Column now supports uninitialized, unnamed Column objects. This allows easy creation of declarative helpers which place common columns on multiple subclasses (merged from 0.5 with changes). More... over 14 years ago
begin modernize of informix dialect for [ticket:1499] More... over 14 years ago
Fix invalid behavior of Query.update and Query.delete with evaluate strategy and no criterion. More... over 14 years ago
fix error reporting in evaluator for unknown clauselist operators. More... over 14 years ago
some compile docs More... over 14 years ago
- postgresql dialect can properly detect pg "devel" version strings, i.e. "8.5devel" [ticket:1636] More... over 14 years ago
- calling expr.in_([]), i.e. with an empty list, emits a warning before issuing the usual "expr != expr" clause. The "expr != expr" can be very expensive, and it's preferred that the user not issue in_() if the list is empty, instead simply not querying, or modifying the criterion as appropriate for more complex situations. [ticket:1628] More... over 14 years ago
add note re #1646 More... over 14 years ago
merge r6591, r6592 from 0.5 branch for PGInterval etc. /extract More... over 14 years ago