Code

- optimisation for date: if the database provides us with a datetime
[roundup.git] / roundup / backends / rdbms_common.py
2011-03-21 schlatterbeck- optimisation for date: if the database provides us...
2011-03-21 schlatterbeck- Optimisation: Late evaluation of Multilinks (only...
2010-11-08 berMultilinks can be filtered by combining elements with...
2010-11-04 stefanfix SQL generation for empty WHERE clause.
2010-10-22 schlatterbeckclear the cache on commit for rdbms backends: Don't...
2010-10-07 schlatterbeck- refactor: move import_journal to hyperdb -- it was...
2010-10-07 schlatterbeck- lower memory footprint for (journal-) import -- only...
2010-09-17 schlatterbeck- more logger fixes, sorry for the noise.
2010-09-16 schlatterbeck- more logger fixes -- use correct hierarchical logger...
2010-08-09 richardremove unnecessary brackets
2010-03-05 schlatterbeck- unify bool searching (filter method) across backends
2010-02-23 richardanother module modernised
2009-03-16 stefanFix issue2550505
2009-03-12 stefanDon't check for node's existence if we know it exists.
2009-03-10 richardFix some broken logging.
2009-02-24 stefanMake RDBMS cache-size configurable.
2009-02-20 stefanFix typo.
2009-02-20 stefanCorrect handling of a Multilink filterspec with an...
2009-02-20 stefanRobustify SQL<->HyperDB data type conversion.
2009-02-20 stefanEnhance and simplify logging.
2009-02-16 stefanFix issue2550505.
2009-02-16 stefanFuse multiple DELETE calls into one for multilinks.
2009-02-16 stefanExecute cursor via Database.sql().
2009-02-12 stefanFix issue2550501
2009-02-06 stefansvn repository setup
2004-04-08 richardmysql and postgresql schema mutation now handle added...
2004-04-05 richardsort/group by multilink in RDBMS
2004-04-02 richardExport and import now include journals (incompatible...
2004-03-31 richardMySQL and Postgresql use BOOL/BOOLEAN for Boolean types
2004-03-24 richardFix some tests.
2004-03-24 richardMySQL migration of old backend database to new, typed...
2004-03-22 richardImplemented proper datatypes in mysql and postgresql...
2004-03-21 richardThat's the last of the RDBMS migration steps done!...
2004-03-19 richardA few big changes in this commit:
2004-03-18 richardFinished implementation of session and one-time-key...
2004-03-17 richard*** empty log message ***
2004-03-15 richardAdded the "actor" property. Metakit backend not done...
2004-03-12 richardsecurity fixes and doc updates
2004-03-12 richardmake mysql / postgresql work again. beginnings of otk...
2004-03-05 richard*** empty log message ***
2004-02-11 richarddocumentation cleanup
2004-01-20 richardmore compliance testing, this time for find()
2004-01-20 richarduse the upload-supplied content-type if there is one
2003-12-05 richardmore unit tests to improve coverage (up from 85% to...
2003-11-16 jlgijsbers- Remove implementations of Class.getnode from back_any...
2003-11-14 richard- Fixed retirement of items in rdbms imports (sf bug...
2003-11-12 richard- fixes for sf bug 818339
2003-11-12 richardfixed ZRoundup - mostly changes to classic template
2003-11-11 richard- that's the postgresql backend in (cleaned up doc...
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...
2003-10-07 anthonybaxterhyperdb grows a refresh_database() method. There will...
2003-10-07 anthonybaxterexpand an XXX comment
2003-10-07 anthonybaxtermake the RDBMS common backend and the SQLite and MYsql...
2003-09-08 jlgijsbers- Extended getuid() to replace figure_curuserid().
2003-09-06 jlgijsbersMove up figure_curuserid(), it should be available...
2003-09-04 richardInitial implementaion (half-baked) at new Tracker instance.
2003-08-26 richardImporting wasn't setting None values explicitly when...
2003-08-12 richarddon't have RDBMS backends list retired nodes (sf bug...
2003-07-03 richard*** empty log message ***
2003-06-24 anthonybaxtersqlite backend now passes all tests under 2.3. Searchin...
2003-04-22 kedderextended date syntax to make range searches even more...
2003-04-20 keddersearching on ranges of intervals is implemented
2003-04-08 richarddon't modify filterspec passed in (bad Richard)
2003-03-26 richardClass.find() may now find unset Links (sf bug 700620)
2003-03-26 richardsigh
2003-03-26 richardhandle myriad of argument types to filter()
2003-03-26 richardimplemented ability to search for multilink properties...
2003-03-24 richardfixed rdbms email address lookup (case insensitivity)
2003-03-21 richardfixed rdbms export - getnodeids in particular with...
2003-03-18 richardbye bye gadfly - you served your purpose well (sf bug...
2003-03-17 kedderchecked to make sure that the restored item doesn't...
2003-03-16 kedderadded ability to restore retired nodes
2003-03-14 richardfixed rdbms table update detection logic (sf bug 703297)
2003-03-09 richardFixed issue with gadfly and exact column matching when...
2003-03-08 kedderadded support for searching on ranges of dates
2003-03-06 richardrelaxed CVS importing (sf feature 693277)
2003-03-06 richardfixed sqlite rollback/caching bug (sf bug 689383)
2003-02-28 richardfixes to import/export
2003-02-27 richardfixed rdbms mutation of properties
2003-02-26 richardfixed export/import of retired nodes (sf bug 685273)
2003-02-25 richard- registration is now a two-step process, with confirma...
2003-02-18 richarddon't attempt to create FileClass items if no content...
2003-02-14 richard- altered Class.create() and FileClass.create() methods...
2003-02-12 richard- fixed error in indexargs_url (thanks Patrick Ohly)
2003-02-08 keddermysql backend passes all tests (at last!)
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-01-15 kedderapplied unicode patch
2003-01-12 richard- fixed rdbms searching by ID (sf bug 666615)
2003-01-08 richardfixed searching on date / interval fields (sf bug 658157)
2003-01-05 richardfire auditors and reactors in rdbms retire (thanks...
2002-12-12 richardimplemented whole-database locking
2002-11-06 richardworking toward 0.5.2 release
2002-10-31 richardwork-around for sqlite bug
2002-10-08 richardallow blank passwords again (sf bug 619714)
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-10-03 richardmerge from maintenance branch
2002-09-26 richardadded Class.find() unit test, fixed implementations
2002-09-25 richard*** empty log message ***
2002-09-25 richardfix to SQL filtering
2002-09-24 richardfix to SQL lookup() and retirement
next