2
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactoring to accept oracle as a sgdb, and maybe anothers in the future More... over 14 years ago
closing some cursors More... over 14 years ago
adding DATABASE_NAME as a default variable More... over 14 years ago
moving mysql example files More... over 14 years ago
moved to simple_db_migrate/oracle.py More... over 14 years ago
adding support to label migrations, and refactoring main_test More... over 14 years ago
adding support to label migrations More... over 14 years ago
passing the label_version parameter from cli to main More... over 14 years ago
including label attributte to Migration class More... over 14 years ago
default_value was assigned as !@#$%&* to be more easy to check when the default value is None, empty string or False More... over 14 years ago
reorganizing some tests More... over 14 years ago
adding field label to db_version More... over 14 years ago
adding parameter label More... over 14 years ago
Adding parameter force-execute-old-migrations-versions, by default if current and destination versions are equals nothing will be done, unless you use this parameter to execute migrations with version older then the current More... over 14 years ago
allows you to migrate to a previous version without having her migration file, even if the field sql_down is empty, but can not go to a previous version of this More... over 14 years ago
added parameter force-use-files-on-down More... over 14 years ago
change method __change_db_version to not use __execute method on save migration to the version table More... over 14 years ago
generating a new version with log_dir bug fix More... over 14 years ago
changed src package to be simple_db_migrate one - made it easy to use editable installation More... over 14 years ago
log_dir option in InPlaceConfig should be an empty string by default More... over 14 years ago
fixed test to not depend on relative locations More... over 14 years ago
correcting parser of migration in the database, specially to sql_down More... over 14 years ago
changing version number to represent the bug fix on putting sql_up and sql_down in database More... over 14 years ago
improving the way to read the migrations, avoiding problems of encoding More... over 14 years ago
specifying directory where the migration should be created More... over 14 years ago
correcting the mock of class Migration More... over 14 years ago
creating migration in the first directory of migrations_dir option instead of current dir More... over 14 years ago
escaping quots and correct the method get_version_id_from_version_number More... over 14 years ago
add log module More... over 14 years ago
updating debian package version More... over 14 years ago