0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved mysql4_diff::get_quoted_name() to mysql4::get_quoted_name() More... almost 12 years ago
Move mssql_diff::get_quoted_name() to mssql::get_quoted_name() More... almost 12 years ago
Validate identifiers before quoting More... almost 12 years ago
Move pgsql8_diff::get_quoted_name() up to pgsql8::get_quoted_name() More... almost 12 years ago
Add pseudo-sequence DDL generation to mysql5 More... almost 12 years ago
Resolve inconsistency with DTD when parsing sequences More... almost 12 years ago
Added note about sequences and bit tables in mssql10 More... almost 12 years ago
Ignore the build directory and the tests/testdata directory More... almost 12 years ago
comments update regarding comparisions and upgrade stages being targeted More... almost 12 years ago
the structureExtractionTest exposed the TODO for pgsql8 function extraction was never implemented - a basic extractor has been created for further extraction testing development More... almost 12 years ago
refactor the fundamental unit test structureExtractionTest to test database generation, extraction, and differencing of sql_format mysql4 More... almost 12 years ago
move to development version 1.2 and api 1.2, featuring mysql4 DDL generation and extraction support More... almost 12 years ago
if this segmenter is using a fixed file pointer need to do write_header() because next_file_segment() isn't going to get called More... almost 12 years ago
for slonik upgrade script generation, switch to dbx based lookups instead of xpath copy pasting, the node and its chidlren is only being referenced; no data is being changed More... about 12 years ago
announce what table is being dropped, for reference when there are slonyId conflicts or overlaps between database definition versions More... about 12 years ago
outputfile is not used by --outputfile, don't sanity check it More... about 12 years ago
append custom roles when extracting database structure More... about 12 years ago
because we are outputting warnings to stdout, insist outputfile be specified, the stdout idea was cute but its time for it to die More... about 12 years ago
announce the primary key placeholder insertion to console More... about 12 years ago
scan all now defined tables if they do not have a primary key defined add a placeholder for DTD validity More... about 12 years ago
create version 1.1.2 for --dbschemadump fixes for converting existing databases to DBSteward definitions More... about 12 years ago
fix / refactoring for pgsql8 dbschemadump More... about 12 years ago
fix singlestageupgrade file pointer management, added a baseline unit test for the code path More... about 12 years ago
update build files used for DBSteward 1.1.1 release More... about 12 years ago
deprecation retirement: More... about 12 years ago
update stage attribute acceptable values, and internal stage management to be in line with the STAAGE 1 2 3 4 paradigm More... about 12 years ago
explicit <sql> tags are to follow the STAGE# convention now as well, this should be the last remnants of the SCHEMA1/DATA1/SCHEMA2/DATA2 convention More... about 12 years ago
hide PHP warning here as is elsewhere when doing arg parsing More... about 12 years ago
remove overquoting of unique column index mapping, this causes column aliasing to happen when it was not specified More... about 12 years ago
make constraint and index creation code obey column quoting as everything else does More... about 12 years ago