-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: cacayue/sqlserver2pgsql
base: master
head repository: dalibo/sqlserver2pgsql
compare: master
- 20 commits
- 10 files changed
- 10 contributors
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9768865 - Browse repository at this point
Copy the full SHA 9768865View commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e5c3c27 - Browse repository at this point
Copy the full SHA e5c3c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11f82db - Browse repository at this point
Copy the full SHA 11f82dbView commit details
Commits on Apr 29, 2021
-
dalibo#112 negative argument as IDENTITY (dalibo#149)
* support IDENTITY with negative arguments; detect end of table more generically * Add tests * rebase patch by potrusil-osi Co-authored-by: Tomas Potrusil <tomas@osisoft.com>
Configuration menu - View commit details
-
Copy full SHA for d93f096 - Browse repository at this point
Copy the full SHA d93f096View commit details
Commits on May 4, 2021
-
Add option to convert Identity columns to "GENERATED ALWAYS AS IDENTI…
…TY" (dalibo#150) * Add option (`use_identity_column`) to convert Identity columns to "GENERATED ALWAYS AS IDENTITY" columns unset the option to use `CREATE SEQUENCE` statements instead. Co-authored-by: alchemistmatt <matthew.monroe@pnnl.gov>
Configuration menu - View commit details
-
Copy full SHA for e4aa635 - Browse repository at this point
Copy the full SHA e4aa635View commit details -
Configuration menu - View commit details
-
Copy full SHA for e01340a - Browse repository at this point
Copy the full SHA e01340aView commit details -
update contributors with alchemistmatt who made many great contributi…
…ons to sqlserver2pgsql! Thank you very much for all of them!
Configuration menu - View commit details
-
Copy full SHA for 9027003 - Browse repository at this point
Copy the full SHA 9027003View commit details
Commits on May 5, 2021
-
View parsing upgrade (dalibo#152)
* Add 3 functions in transact parsing (space, charindex and dateadd). * Update the regex to parse view to make it multiline
Configuration menu - View commit details
-
Copy full SHA for 340b381 - Browse repository at this point
Copy the full SHA 340b381View commit details
Commits on May 12, 2021
-
* parse more transact functions * parse multiline views * update views test
Configuration menu - View commit details
-
Copy full SHA for 3976344 - Browse repository at this point
Copy the full SHA 3976344View commit details
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