-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: maresb/sqlserver2pgsql
base: master
head repository: dalibo/sqlserver2pgsql
compare: master
- 11 commits
- 4 files changed
- 7 contributors
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4e14df7 - Browse repository at this point
Copy the full SHA 4e14df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aaecc8 - Browse repository at this point
Copy the full SHA 2aaecc8View commit details
Commits on Jul 1, 2021
-
Refactor the example_conf_file. Improve the global readibility by ali…
…gning the parameter values and the comments; move some parameters to a more convenient place; all optional parameters are commented with their default value; and add 3 missing parameters. Also fix a bug when either "keep identifier case" or "camelcasetosnake" are set to 0
Philippe Beaudoin committedJul 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 5b07d1e - Browse repository at this point
Copy the full SHA 5b07d1eView commit details -
group all the checks on parameters into a new dedicated process_check…
…_parameters() function.
Philippe Beaudoin committedJul 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 83de15e - Browse repository at this point
Copy the full SHA 83de15eView commit details
Commits on Jul 3, 2021
-
Add options to let sqlserver2pgsql produce a file containing the list…
… of all columns, with the SQL-Server and PostgreSQL names of the schemas, tables and columns names. "col_map_file" defines the output file name. No file is produced if the parameter is not set. When "col_map_file_header" is set, a header line is added to the file. "col_map_file_delimiter" defines the field delimiter. The parameter is a string of 1 or several characters, and may be \t, \n or \r. The default is \t. Per a proposal from alchemistmatt. Improved by me.
Philippe Beaudoin committedJul 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 27014fa - Browse repository at this point
Copy the full SHA 27014faView commit details
Commits on Aug 6, 2021
-
When a constraint name is greater than 63 characters, do not use it i…
…n the generated scripts and let PostgreSQL rebuild the name at constraint creation time.
Philippe Beaudoin committedAug 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 0f9e080 - Browse repository at this point
Copy the full SHA 0f9e080View commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f5af05 - Browse repository at this point
Copy the full SHA 6f5af05View commit details
Commits on Jul 26, 2022
-
Merge pull request dalibo#163 from spanevin/shema-level-comments
Add support of schema-level comments
Configuration menu - View commit details
-
Copy full SHA for 5739ce0 - Browse repository at this point
Copy the full SHA 5739ce0View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eea4786 - Browse repository at this point
Copy the full SHA eea4786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 266465b - Browse repository at this point
Copy the full SHA 266465bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d09f6cd - Browse repository at this point
Copy the full SHA d09f6cdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master