Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dalibo
/
sqlserver2pgsql
Public
Notifications
You must be signed in to change notification settings
Fork
120
Star
533
Code
Issues
15
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlserver2pgsql
sqlserver2pgsql.pl
on
master
User selector
All users
All time
Commit history
Commits on Oct 10, 2023
Added sforce_ssl flag for Kettle
Vladislav Moiseev
authored and
fljdin
committed
eea4786
View commit details
Copy full SHA for eea4786
View code at this point
Browse repository at this point
Commits on Jul 13, 2022
Add support of schema-level comments
spanevin
authored
6f5af05
View commit details
Copy full SHA for 6f5af05
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
When a constraint name is greater than 63 characters, do not use it in the generated scripts and let PostgreSQL rebuild the name at constraint creation time.
Philippe Beaudoin
committed
0f9e080
View commit details
Copy full SHA for 0f9e080
View code at this point
Browse repository at this point
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 o…
Show description for 27014fa
Philippe Beaudoin
committed
27014fa
View commit details
Copy full SHA for 27014fa
View code at this point
Browse repository at this point
Commits on Jul 1, 2021
group all the checks on parameters into a new dedicated process_check_parameters() function.
Philippe Beaudoin
committed
83de15e
View commit details
Copy full SHA for 83de15e
View code at this point
Browse repository at this point
Refactor the example_conf_file. Improve the global readibility by aligning the parameter values and the comments; move some parameters to a more convenient place; all optional parameters are commen…
Show description for 5b07d1e
Philippe Beaudoin
committed
5b07d1e
View commit details
Copy full SHA for 5b07d1e
View code at this point
Browse repository at this point
Commits on May 26, 2021
Remove UTF-8 BOM when necessary (#155)
maresb
authored
2aaecc8
View commit details
Copy full SHA for 2aaecc8
View code at this point
Browse repository at this point
Add support for 'ON UPDATE SET NULL' clause in FK (#156)
aminosbh
authored
4e14df7
View commit details
Copy full SHA for 4e14df7
View code at this point
Browse repository at this point
Commits on May 5, 2021
View parsing upgrade (#152)
Show description for 340b381
madtibo
authored
340b381
View commit details
Copy full SHA for 340b381
View code at this point
Browse repository at this point
Commits on May 4, 2021
Add option to convert Identity columns to "GENERATED ALWAYS AS IDENTITY" (#150)
Show description for e4aa635
madtibo
and
alchemistmatt
authored
e4aa635
View commit details
Copy full SHA for e4aa635
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
#112 negative argument as IDENTITY (#149)
Show description for d93f096
madtibo
and
potrusil-osi
authored
d93f096
View commit details
Copy full SHA for d93f096
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
permit max in typequal in CREATE TYPE (#145)
madtibo
authored
e5c3c27
View commit details
Copy full SHA for e5c3c27
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
exclude extendedproperty microsoft_database_tools_support (#138)
madtibo
authored
bfb908f
View commit details
Copy full SHA for bfb908f
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
parse index included columns (available for PG 11 onward) (#132)
Show description for 898044b
madtibo
authored
898044b
View commit details
Copy full SHA for 898044b
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
Add option to skip checking the maximum length of citext columns (#136)
Show description for bf08ca9
madtibo
and
alchemistmatt
authored
bf08ca9
View commit details
Copy full SHA for bf08ca9
View code at this point
Browse repository at this point
120 warn long name (#135)
Show description for 6d20374
madtibo
and
alchemistmatt
authored
6d20374
View commit details
Copy full SHA for 6d20374
View code at this point
Browse repository at this point
116 ignore grants (#134)
Show description for 8a3faa4
madtibo
and
alchemistmatt
authored
8a3faa4
View commit details
Copy full SHA for 8a3faa4
View code at this point
Browse repository at this point
121 generated columns (#133)
Show description for 2ef2175
madtibo
and
alchemistmatt
authored
2ef2175
View commit details
Copy full SHA for 2ef2175
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
exclude some more sp_addextendedproperty
madtibo
committed
7e65e47
View commit details
Copy full SHA for 7e65e47
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
permit other partition_scheme or filegroup than PRIMARY for object creation (#127)
Show description for 7805401
madtibo
authored
7805401
View commit details
Copy full SHA for 7805401
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
help correction: si = SQLSERVER_INSTANCE
madtibo
committed
0639189
View commit details
Copy full SHA for 0639189
View code at this point
Browse repository at this point
Commits on Oct 7, 2019
113 constraint not understood (#122)
Show description for afddc60
madtibo
authored
afddc60
View commit details
Copy full SHA for afddc60
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
indent and whiteline
madtibo
committed
e3f34e1
View commit details
Copy full SHA for e3f34e1
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
correct usage
madtibo
committed
4f78b3a
View commit details
Copy full SHA for 4f78b3a
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
Merge pull request #101 from dalibo/setvar
Show description for 153e4e8
madtibo
authored
153e4e8
View commit details
Copy full SHA for 153e4e8
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
do not replace default value
madtibo
committed
5ac1687
View commit details
Copy full SHA for 5ac1687
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
save variable and use them in default values
madtibo
committed
d539a2a
View commit details
Copy full SHA for d539a2a
View code at this point
Browse repository at this point
add an option to drop rowversion/timestamp columns
madtibo
committed
e5d4f64
View commit details
Copy full SHA for e5d4f64
View code at this point
Browse repository at this point
Relax parsing on leading white spaces
madtibo
committed
0f333e7
View commit details
Copy full SHA for 0f333e7
View code at this point
Browse repository at this point
Merge pull request #95 from dalibo/72_stringtype_unspecified
Show description for 27868d1
madtibo
authored
27868d1
View commit details
Copy full SHA for 27868d1
View code at this point
Browse repository at this point
Commits on Oct 8, 2018
issue #72 - add the '-stringtype_unspecified' switch to insert the option in the ktr files
madtibo
committed
384c51b
View commit details
Copy full SHA for 384c51b
View code at this point
Browse repository at this point
add a length chek for binary column
madtibo
committed
1658eb5
View commit details
Copy full SHA for 1658eb5
View code at this point
Browse repository at this point
Commits on Sep 28, 2018
Merge pull request #94 from dalibo/better_usage
Show description for 2365520
madtibo
authored
2365520
View commit details
Copy full SHA for 2365520
View code at this point
Browse repository at this point
add a docker-compose.yml file for local tests and remove debug traces
madtibo
committed
3e6ad2e
View commit details
Copy full SHA for 3e6ad2e
View code at this point
Browse repository at this point
Setup CI to create PG scripts and load them in a DB
madtibo
committed
a09a356
View commit details
Copy full SHA for a09a356
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.