2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding initial configuration when creating an instance of Config More... over 13 years ago
refactoring Migration and SimpleDBMigrate tests More... over 13 years ago
renaming function check_sql_unicode to ensure_sql_unicode More... over 13 years ago
fix version number on changelog More... over 13 years ago
adding run tests More... over 13 years ago
refactoring Config tests More... over 13 years ago
refactoring Oracle tests More... over 13 years ago
refactoring MySQL tests More... over 13 years ago
changing method how_many to count_occurrences to optimize execution More... over 13 years ago
refactoring CLI tests More... over 13 years ago
removing support to make debian package installation More... over 13 years ago
bumping version More... over 13 years ago
bug fix on get_migration_from_version_number, for performance reason More... over 13 years ago
make possible to set some command line options by configuration file More... over 13 years ago
get configuration by environment on same configuration file More... over 13 years ago
fix drop database test More... over 13 years ago
fix utc timestamp setting More... over 13 years ago
updating version More... over 13 years ago
Added a configuration property for using UTC time instead of local time when automatically generating script version numbers. More... almost 14 years ago
Merge pull request #2 from pdhodgkinson/tablename_backtick More... almost 14 years ago
Added backtick characters surrounding the table name in 'create database' and 'drop database' statements in MySQL. This allows for table names that have special characters such as hyphens, or are reserved words. See: http://dev.mysql.com/doc/refman/5.1/en/identifiers.html More... almost 14 years ago
fix log on error More... almost 14 years ago
adding password parameter More... almost 14 years ago
label will be registred for all migrations executed, not only for the last More... about 14 years ago
optional parameter db_engine on InPlaceConfig, with default value as mysql More... over 14 years ago
New release with oracle support More... over 14 years ago
fixing insert into version table from oracle to suport migrations larger then 4000 chars More... over 14 years ago
updating version number More... over 14 years ago
adding fullpath to the log when a migration fail More... over 14 years ago
adding oracle support More... over 14 years ago