0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
by default, postgresql will validate the contents of LANGUAGE SQL functions during creation. More... about 12 years ago
add command line interface knobs for the dbsteward object quoting flags More... about 12 years ago
more work on unit testing for structure extraction More... about 12 years ago
pgsql8::extract_schema() does not create XML that adheres to the DBSteward 1.1 API DTD, fix it More... about 12 years ago
update unit tests to match revised output file patterns. started structureExtractionTest More... about 12 years ago
fix for mssql10 inline assembly creation More... about 12 years ago
address internal inconsistency when referring to column base types for comparison: serial -> int vs integer More... about 12 years ago
change database element overlaying to be done after include files so that database settings in includeFiles does not overwrite values in the file doing the including More... about 12 years ago
improve statement counting by doing comment parsing More... about 12 years ago
fix output pointer object when generating slonik upgrade files More... about 12 years ago
refactor _build code to use output_file_segementer like differencing code does because of cross use More... about 12 years ago
this is stage3 not 2 More... about 12 years ago
mssql10_diff_tables uses a memory buffer to diff and rebuild re-identity'd tables More... about 12 years ago
fix file segmenting is off by 1 due to count greater than only comparison More... about 12 years ago
maxstatementsperfile changes pointer related typo More... about 12 years ago
last round of refactoring file pointers other than full builders More... about 12 years ago
more pointer refactoring for --maxstatementsperfile More... about 12 years ago
implement --maxstatementsperfile switch to break down upgrade changes into sizable chunks for the slonik execute script command More... about 12 years ago
refinements and improvements to several command line arguments and help text. based on developer group feedback and real world case studies. this change necessitates api_version 1.1 More... about 12 years ago
testing/adoption dbsteward.php symlink More... about 12 years ago
remove call-time pass by reference that was probably a copy paste fail. call-time pass by reference has been deprecated as of PHP 5.3 More... about 12 years ago
announce the portnumber when connecting to the database More... about 12 years ago
implement --dbport parameter to address https://github.com/nkiraly/DBSteward/issues/1 More... about 12 years ago
fix for upgrade DDL containing alter table based serial column additions More... about 12 years ago
update version numbers in master branch to devel version More... about 12 years ago
maintenance release 1.0.1 branch More... about 12 years ago
format xmlconvert'd xml, replace outer tags so upconvert understands the changes More... about 12 years ago
XML defintion file upconverter More... about 12 years ago
if the schema is not in the new definition skip diffing table drops, they were destroyed with the schema More... over 12 years ago
if new schema is still defined, check for renamed table new_schema will be null if the new schema is no longer defined at all More... over 12 years ago