Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mv db.sql.base to db.base | Sebastian Spaeth | 2013-01-07 | 1 | -15/+0 |
| | | | | | | | | This concludes the db.sql.* -> db.* move. Our db abstraction layer is sqlalchemy, so there is no need to a separate db.sql.* hierarchy. All tests have been run for each of the commit series to make sure everything works at every step. | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Move sql models into db/sql/ | Elrond | 2011-12-15 | 1 | -0/+15 |
So we can play with the sql models, let's put them in a proper place. |