Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tab to spacessqlalchemy-v2Miguel Gonzalez2013-08-091-13/+13
* Include all files in source distributionMiguel Gonzalez2013-08-091-0/+2
* Add more documentation filesMiguel Gonzalez2013-08-094-11/+96
* Bump to version 2 and change install behaviourMiguel Gonzalez2013-08-091-12/+12
* Force exit when database does not existMiguel Gonzalez2013-08-091-0/+5
* Add SQLAlchemy requirementMiguel Gonzalez2013-08-091-0/+1
* Add psycopg2 requirementMiguel Gonzalez2013-08-071-0/+1
* test2: chnage conf to run tests against postgresqlMiguel Gonzalez2013-08-072-1/+2
* test2: extract database arguments to a variableMiguel Gonzalez2013-08-071-6/+8
* Add extra authorMiguel Gonzalez2013-08-071-0/+2
* Remove unused variablesMiguel Gonzalez2013-08-071-3/+0
* Add db_dialect optional argumentMiguel Gonzalez2013-08-071-4/+7
* Change string statement to commentMiguel Gonzalez2013-08-071-3/+1
* pep8Miguel Gonzalez2013-08-071-35/+34
* Remove EOL spaces and tabs for spacesMiguel Gonzalez2013-08-071-119/+119
* Add dialect config option handleMiguel Gonzalez2013-08-071-1/+6
* Remove import * statementsMiguel Gonzalez2013-08-071-3/+2
* Add extra authorMiguel Gonzalez2013-08-071-0/+2
* pep8Miguel Gonzalez2013-08-071-9/+8
* (minor) Tab to spacesMiguel Gonzalez2013-08-071-51/+51
* (minor) Remove EOL spacesMiguel Gonzalez2013-08-071-13/+13
* Add dialect option to DB_Stats initMiguel Gonzalez2013-08-071-2/+4
* Add more testsMiguel Gonzalez2013-08-071-1/+3
* Add test for desktop and school specific reportsMiguel Gonzalez2013-08-071-0/+4
* portability: change REGEXP for LIKE comparison operatorMiguel Gonzalez2013-08-071-2/+2
* portability: change table names to lowercaseMiguel Gonzalez2013-08-071-3/+3
* portability: convert data to int before inserting into DBMiguel Gonzalez2013-08-071-2/+7
* portability: change table names to lowercaseMiguel Gonzalez2013-08-071-28/+28
* Fix column name (!)Miguel Gonzalez2013-08-071-1/+1
* portability: use Python Unix timestamp conversionMiguel Gonzalez2013-08-071-3/+5
* Use Database instead of MySQL in log messagesMiguel Gonzalez2013-08-071-10/+10
* Remove unused variablesMiguel Gonzalez2013-08-071-2/+0
* Use comments instead of string statementsMiguel Gonzalez2013-08-071-6/+6
* Remove commented codeMiguel Gonzalez2013-08-071-16/+0
* Reuses cnx if createdMiguel Gonzalez2013-08-071-1/+3
* Remove unused importsMiguel Gonzalez2013-08-071-3/+0
* Fix indentationMiguel Gonzalez2013-08-071-1/+1
* pep8Miguel Gonzalez2013-08-061-63/+44
* Substitute manual table creation with SQLAlchemy metadataMiguel Gonzalez2013-08-061-55/+4
* Add metadata to create tablesMiguel Gonzalez2013-08-061-0/+72
* Extract engine creation to a private methodMiguel Gonzalez2013-08-061-3/+5
* Remove unused codeMiguel Gonzalez2013-08-061-9/+0
* Remove unused script fileMiguel Gonzalez2013-08-061-84/+0
* Use SQLAlchemy errors when creating tablesMiguel Gonzalez2013-08-062-5/+4
* Remove database creationMiguel Gonzalez2013-08-061-18/+1
* Change mysql exception for SQLAlchemy oneMiguel Gonzalez2013-08-061-13/+13
* Assure every connection is SQLAlchemy (exc creation!)Miguel Gonzalez2013-08-061-10/+12
* Add logging errorMiguel Gonzalez2013-08-061-0/+1
* Remove import *Miguel Gonzalez2013-08-061-2/+3
* Remove build files form gitMiguel Gonzalez2013-08-068-525/+0