issues
search
dolthub
/
pg2mysql
Script to convert Postgres dump files to MySQL dump files
Apache License 2.0
38
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
PARTITION statement is not handled correctly
#57
bolduz
opened
2 months ago
1
Columns containting "interval" are renamed
#56
MartinWeise
opened
8 months ago
0
LIKE ~~ operators not supported
#55
MartinWeise
opened
8 months ago
0
Support COPY statements & several features / fixes
#54
QuentiumYT
closed
1 year ago
7
Escape carriage return in JSON
#53
johanek
closed
1 year ago
0
Carriage Return not escaped in JSON strings
#52
johanek
closed
1 year ago
0
interval type fields not supported
#51
johanek
opened
1 year ago
0
fields named serial are incorrectly converted
#50
johanek
opened
1 year ago
0
Fix binary types
#49
timsehn
closed
1 year ago
0
Fix datetime bug
#48
timsehn
closed
1 year ago
0
Move hex code to insert
#47
timsehn
closed
1 year ago
0
Fix tests
#46
timsehn
closed
1 year ago
0
Add post process step to support Hex conversion
#45
timsehn
closed
1 year ago
0
Create LICENSE.md
#44
timsehn
closed
1 year ago
0
Added a function to handle Postgres `setval` syntax
#43
timsehn
closed
1 year ago
0
Translate `setval` to `auto_increment` syntax
#42
coffeegoddd
closed
1 year ago
2
Hex format for MySQL
#41
alfredosilvestre-natixis
closed
1 year ago
0
Wrong datetime format
#40
alfredosilvestre-natixis
opened
1 year ago
5
Add option to change schema name
#39
alfredosilvestre-natixis
opened
1 year ago
0
Added test where foreign key is not on a secondary column.
#38
timsehn
closed
2 years ago
0
Added support for converting unique indexes
#37
timsehn
closed
2 years ago
0
Added tests for check constraints, indexes, and foreign keys.
#36
timsehn
closed
2 years ago
0
Factored time tests into supported and unsupported.
#35
timsehn
closed
2 years ago
0
Support Numeric Array types like `int[]`
#34
timsehn
opened
2 years ago
0
Added tests for array types
#33
timsehn
closed
2 years ago
0
Added skipped serial pk test
#32
timsehn
closed
2 years ago
0
Update skip to new error
#31
timsehn
closed
2 years ago
0
Support ENUM types
#30
timsehn
opened
2 years ago
0
Added tests for cli args
#29
timsehn
closed
2 years ago
0
Address enum types by failing on CREATE TYPE
#28
timsehn
closed
2 years ago
0
Added tests for the boolean type
#27
timsehn
closed
2 years ago
0
Add support and test for the Postgres money type
#26
timsehn
closed
2 years ago
0
Added test for bytea types
#25
timsehn
closed
2 years ago
0
Made begin-end.bats depend on common setup and teardown logic
#24
timsehn
closed
2 years ago
0
Factored setup and teardown logic into a common bash file
#23
timsehn
closed
2 years ago
0
Added parsing and conversion for network types.
#22
timsehn
closed
2 years ago
0
Bats tests for json types
#21
timsehn
closed
2 years ago
0
Additional fix for BEGIN/END blocks
#20
timsehn
closed
2 years ago
0
Explicitly handle statement opening and closing
#19
timsehn
opened
2 years ago
0
Fix bug where we were matching too aggressively on begin/end
#18
timsehn
closed
2 years ago
2
Better support for time types
#17
timsehn
closed
2 years ago
0
Finish text_types bats test
#16
timsehn
closed
2 years ago
0
Fix char(X) conversion
#15
timsehn
closed
2 years ago
0
First pass at Bats tests
#14
timsehn
closed
2 years ago
0
First bats test
#13
timsehn
closed
2 years ago
1
Removing the autocommit off
#12
timsehn
closed
2 years ago
0
Add example `pg_dump` command in README
#11
timsehn
closed
2 years ago
0
Fixed several bugs found in customer dump script
#10
zachmu
closed
2 years ago
0
Bug fix for some type conversions, added better CHECK constraint conversion
#9
zachmu
closed
2 years ago
0
Add a requirement that Perl must be installed to run to README
#8
timsehn
closed
2 years ago
0
Next