Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stanmango-tech/sqlserver2pgsql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dalibo/sqlserver2pgsql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 5 contributors

Commits on Jul 1, 2021

  1. 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
    Philippe Beaudoin committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5b07d1e View commit details
    Browse the repository at this point in the history
  2. group all the checks on parameters into a new dedicated process_check…

    …_parameters() function.
    Philippe Beaudoin
    Philippe Beaudoin committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    83de15e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. 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
    Philippe Beaudoin committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    27014fa View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. 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
    Philippe Beaudoin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    0f9e080 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    6f5af05 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Merge pull request dalibo#163 from spanevin/shema-level-comments

    Add support of schema-level comments
    beaud76 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5739ce0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Added sforce_ssl flag for Kettle

    Vladislav Moiseev authored and fljdin committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    eea4786 View commit details
    Browse the repository at this point in the history
  2. Add info about -sforce_ssl flag into README.md

    Vladislav Moiseev authored and fljdin committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    266465b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    fljdin authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d09f6cd View commit details
    Browse the repository at this point in the history
Loading