sql schema is managed under sqlalchemy, no need for the .sql file anymore
[sfa.git] / sfa / storage /
2012-01-17 Thierry Parmentelatsql schema is managed under sqlalchemy, no need for...
2012-01-17 Thierry Parmentelatfilter.py is no longer used
2012-01-17 Thierry Parmentelatfix creation and update times
2012-01-17 Thierry Parmentelatcan update and delete using sqlalchemy
2012-01-17 Thierry Parmentelatcheckpoint commit - import, register, create_slice...
2012-01-13 Thierry Parmentelatreplace PostgreSQL with alchemy
2012-01-12 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/sfa
2012-01-10 Tony Mackfix bug in delete
2012-01-09 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/sfa
2012-01-06 Thierry Parmentelatminor cleanup
2012-01-05 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/sfa
2012-01-04 Tony Mackfix bug in summary_string()
2012-01-04 Tony Mackfix import logging
2012-01-03 Tony Mackfix AttributeError in sync()
2012-01-01 Tony Mackmoved plc specific code out of sfa.importer.sfaImporter...
2011-12-07 Thierry Parmentelatbug fix in sql schema - was plain broken
2011-12-01 Thierry Parmentelatrename table 'sfa' into 'records' and add constraints...
2011-12-01 Thierry Parmentelatcleanup the table creation code; sfa-nuke to clear...
2011-11-29 smbakerMerge branch 'master' of ssh://bakers@git.planet-lab...
2011-11-29 Thierry Parmentelatship database schema in a separate file
2011-11-29 Thierry Parmentelatadded __init__.py
2011-11-29 Thierry Parmentelatgroup db-related stuff in sfa/storage