summaryrefslogtreecommitdiff
path: root/portato/db/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-111-3/+1
* Rewrote the database initialization to be a class instead of a functionRené 'Necoro' Neumann2010-03-161-47/+47
* Fixed copyrightRené 'Necoro' Neumann2010-03-051-1/+1
* Added some textual descriptionsRené 'Necoro' Neumann2010-03-051-1/+1
* One database instance is enough :)René 'Necoro' Neumann2009-09-051-7/+18
* Print database type at the bottom of exceptions. NOTE: This does not handle m...René 'Necoro' Neumann2009-09-051-1/+4
* Unified stringsRené 'Necoro' Neumann2009-08-151-2/+2
* Honor missing eix moduleRené 'Necoro' Neumann2009-08-151-2/+7
* Add eixsql as db-choiceRené 'Necoro' Neumann2009-08-141-3/+9
* Rename DictDatabase to HashDatabaseRené 'Necoro' Neumann2009-08-141-3/+3
* Well -- ehm -- yeahRené 'Necoro' Neumann2009-02-211-2/+1
* Fix small errorRené 'Necoro' Neumann2009-02-211-1/+1
* Raise the type and not 'type'René 'Necoro' Neumann2009-02-201-1/+1
* Add database type to global config -- no user-config for the momentRené 'Necoro' Neumann2009-02-201-11/+12
* Show database types in the preferences - though nothing useful can be done at...René 'Necoro' Neumann2009-02-181-0/+5
* Merge in DB branch (even though it does not offer the change-db-in-prefs feat...René 'Necoro' Neumann2009-02-171-1/+1
* Use warning instead of debug, if the sql database could not be loadedRené 'Necoro' Neumann2009-02-021-2/+2
* Remove the USE_SQL flag - use normal config insteadRené 'Necoro' Neumann2009-02-021-6/+19
* Enable sql-db formatsRené 'Necoro' Neumann2009-01-281-8/+17
* Use the new database class layoutRené 'Necoro' Neumann2009-01-281-0/+14
* First 'db' layoutRené 'Necoro' Neumann2009-01-281-0/+11