openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
simple-db-migrate
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 11 hours
ago.
Jun 06, 2024 — Jun 06, 2025
Showing page 5 of 12
Search / Filter on:
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
Wandenberg Peixoto
More...
over 14 years ago
closing some cursors
Wandenberg Peixoto
More...
over 14 years ago
adding DATABASE_NAME as a default variable
Wandenberg Peixoto
More...
over 14 years ago
moving mysql example files
Wandenberg Peixoto
More...
over 14 years ago
moved to simple_db_migrate/oracle.py
Wandenberg Peixoto
More...
over 14 years ago
adding support to label migrations, and refactoring main_test
Wandenberg Peixoto
More...
over 14 years ago
adding support to label migrations
Wandenberg Peixoto
More...
over 14 years ago
passing the label_version parameter from cli to main
Wandenberg Peixoto
More...
over 14 years ago
including label attributte to Migration class
Wandenberg Peixoto
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
Wandenberg Peixoto
More...
over 14 years ago
reorganizing some tests
Wandenberg Peixoto
More...
over 14 years ago
adding field label to db_version
Wandenberg Peixoto
More...
over 14 years ago
adding parameter label
Wandenberg Peixoto
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
Wandenberg Peixoto
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
Wandenberg Peixoto
More...
over 14 years ago
added parameter force-use-files-on-down
Wandenberg Peixoto
More...
over 14 years ago
change method __change_db_version to not use __execute method on save migration to the version table
Wandenberg Peixoto
More...
over 14 years ago
generating a new version with log_dir bug fix
Wandenberg Peixoto
More...
over 14 years ago
changed src package to be simple_db_migrate one - made it easy to use editable installation
Hugo Lopes Tavares
More...
over 14 years ago
log_dir option in InPlaceConfig should be an empty string by default
Hugo Lopes Tavares
More...
over 14 years ago
fixed test to not depend on relative locations
Hugo Lopes Tavares
More...
over 14 years ago
correcting parser of migration in the database, specially to sql_down
Wandenberg
More...
over 14 years ago
changing version number to represent the bug fix on putting sql_up and sql_down in database
Wandenberg
More...
over 14 years ago
improving the way to read the migrations, avoiding problems of encoding
Wandenberg
More...
over 14 years ago
specifying directory where the migration should be created
Wandenberg
More...
over 14 years ago
correcting the mock of class Migration
Wandenberg
More...
over 14 years ago
creating migration in the first directory of migrations_dir option instead of current dir
Wandenberg
More...
over 14 years ago
escaping quots and correct the method get_version_id_from_version_number
Wandenberg
More...
over 14 years ago
add log module
Wandenberg Peixoto
More...
over 14 years ago
updating debian package version
Wandenberg Peixoto
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree