forked from dimitri/pgloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingcomponent: parserLoad file DSL parser (esrap)Load file DSL parser (esrap)source: mssqlMS SQL Server source migrationsMS SQL Server source migrations
Description
Upstream PR
Summary
FreeTDS library was loaded but never initialized with mssql:init, causing "Max connections reached, increase value of TDS_MAX_CONN" errors. Fix wraps MSSQL operations with proper mssql:init / mssql:exit via unwind-protect.
Files
src/parsers/command-mssql.lisp
Notes
- +32/-29 lines — significant refactor of MSSQL command parsing
- Depends on upstream cl-mssql PR Cherry-pick: Omit DEFAULT NULL when column-default is :NULL (#1609) #11 being merged
- Fixes upstream Pgloader - MSSQL to Postgres (YB) throwing TDS_MAX_CONN error dimitri/pgloader#1354
- Priority: Lower — blocked on external dependency
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent: parserLoad file DSL parser (esrap)Load file DSL parser (esrap)source: mssqlMS SQL Server source migrationsMS SQL Server source migrations