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 }}
ericfe
/
sqlserver2pgsql
Public
forked from
dalibo/sqlserver2pgsql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
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 Dec 6, 2016
Use non greedy modifier in constraint square bracket handling.
rjuju
committed
bb8d9b5
View commit details
Copy full SHA for bb8d9b5
View code at this point
Browse repository at this point
Fix parsing of conf_file
rjuju
committed
7b2f3e2
View commit details
Copy full SHA for 7b2f3e2
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:dalibo/sqlserver2pgsql
Marc Cousin
committed
b289fc3
View commit details
Copy full SHA for b289fc3
View code at this point
Browse repository at this point
Support Perl < 5.14
Show description for 3aa123a
Marc Cousin
committed
3aa123a
View commit details
Copy full SHA for 3aa123a
View code at this point
Browse repository at this point
Commits on Nov 30, 2016
Support sequences
marco44
committed
5eb4e00
View commit details
Copy full SHA for 5eb4e00
View code at this point
Browse repository at this point
Commits on Nov 25, 2016
Improvements to the doc
Marc Cousin
committed
77e89f0
View commit details
Copy full SHA for 77e89f0
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
correction for default values
Marc Cousin
committed
d869e15
View commit details
Copy full SHA for d869e15
View code at this point
Browse repository at this point
Set some default values correctly. And document keep_identifier_case
Marc Cousin
committed
8accbd6
View commit details
Copy full SHA for 8accbd6
View code at this point
Browse repository at this point
Add support for changing the parallelism level
Marc Cousin
committed
da5c820
View commit details
Copy full SHA for da5c820
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Support reWriteBatchedInserts in PostgreSQL's jdbc driver
Show description for 64b99b3
Marc Cousin
committed
64b99b3
View commit details
Copy full SHA for 64b99b3
View code at this point
Browse repository at this point
Commits on Jul 21, 2016
Changed target type for smallmoney from numeric to numeric(6,4) in order to fix an issue on the kettle incremental script.
JCallico
committed
0fd7e28
View commit details
Copy full SHA for 0fd7e28
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Removed qualifier from postgres select function for "timestamp with time zone" type used on incremental kettle script.
JCallico
committed
9bea5e7
View commit details
Copy full SHA for 9bea5e7
View code at this point
Browse repository at this point
Added conversion expression for xml columns with empty values which will be converted to null since the empty values won't be accepted in PostgreSQL.
JCallico
committed
da4c7b5
View commit details
Copy full SHA for da4c7b5
View code at this point
Browse repository at this point
Added option to update system catalog for specific casts when needed (see xml type)
Show description for 6b31ad2
JCallico
committed
6b31ad2
View commit details
Copy full SHA for 6b31ad2
View code at this point
Browse repository at this point
Corrected comment modified by mistake.
JCallico
committed
4de33b1
View commit details
Copy full SHA for 4de33b1
View code at this point
Browse repository at this point
Commits on Jul 14, 2016
Added fix to issue affecting datetimeoffset columns on kettle scripts.
JCallico
committed
863b5c5
View commit details
Copy full SHA for 863b5c5
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Fix for an issue causing column definitions containing NOT FOR REPLICATION to fail.
JCallico
committed
e92fb1b
View commit details
Copy full SHA for e92fb1b
View code at this point
Browse repository at this point
Modifying error message to match style already in use on the script.
JCallico
committed
d541517
View commit details
Copy full SHA for d541517
View code at this point
Browse repository at this point
Fix for issue causing columns on Table types not to been parsed correctly if type and length not separated by exactly one space.
JCallico
committed
58edecd
View commit details
Copy full SHA for 58edecd
View code at this point
Browse repository at this point
Ignoring xml schema collections as part of types and columns since they are not supported in pg.
JCallico
committed
1b0e662
View commit details
Copy full SHA for 1b0e662
View code at this point
Browse repository at this point
Commits on Jul 12, 2016
Added special handling for PostgreSQL columns of type [date] when generating kettle incremental scripts.
Show description for 67adae1
JCallico
committed
67adae1
View commit details
Copy full SHA for 67adae1
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
Making sql_convert_column function a little more generic.
JCallico
committed
ba979a4
View commit details
Copy full SHA for ba979a4
View code at this point
Browse repository at this point
Added special handling for columns of type [date] when generating kettle scripts.
JCallico
committed
97fd2eb
View commit details
Copy full SHA for 97fd2eb
View code at this point
Browse repository at this point
Making regex less greedy.
JCallico
committed
a8338fb
View commit details
Copy full SHA for a8338fb
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Added support for converting functions used as part of default constraints:
Show description for df407d6
JCallico
committed
df407d6
View commit details
Copy full SHA for df407d6
View code at this point
Browse repository at this point
Commits on May 4, 2016
Added ignoring of FULLTEXT objects.
kmosolov
committed
3672182
View commit details
Copy full SHA for 3672182
View code at this point
Browse repository at this point
Commits on Apr 20, 2016
Added "ON DELETE SET NULL" support for foreign keys.
kmosolov
committed
85a1f42
View commit details
Copy full SHA for 85a1f42
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
Multiple corrections to #31
Marc Cousin
committed
dd13b28
View commit details
Copy full SHA for dd13b28
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
Merge branch 'master' of github.com:dalibo/sqlserver2pgsql
marco44
committed
4577ef4
View commit details
Copy full SHA for 4577ef4
View code at this point
Browse repository at this point
support default value as create table. as default values appear in several places now, refactor this into a function
marco44
committed
675eced
View commit details
Copy full SHA for 675eced
View code at this point
Browse repository at this point
Commits on Aug 28, 2015
small fixes of warning messages
Marc Cousin
committed
d2c3cff
View commit details
Copy full SHA for d2c3cff
View code at this point
Browse repository at this point
Added support for sql_variant. There would probably be work for data conversion, but I have no data to test on.
Marc Cousin
committed
d8ca1fd
View commit details
Copy full SHA for d8ca1fd
View code at this point
Browse repository at this point
Commits on Aug 23, 2015
Add support for geography datatype (advising to use postgis)
marco44
committed
d1ef8b7
View commit details
Copy full SHA for d1ef8b7
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
Support ARITHABORT (and warn the user). Closes #25
marco44
committed
9b8f71c
View commit details
Copy full SHA for 9b8f71c
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
add support for xml type
marco44
committed
df0948b
View commit details
Copy full SHA for df0948b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.