issues
search
simonw
/
db-to-sqlite
CLI tool for exporting tables or queries from any SQL database to a SQLite file
Apache License 2.0
370
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added --no_data argument
#57
dahvid
opened
3 weeks ago
1
Feature Request: Translate Datetime to milliseconds since epoch
#56
dahvid
opened
6 months ago
0
Constraint Issue
#55
fwt-parth-jariwala
opened
7 months ago
0
ValueError
#54
jhoogeboom
opened
7 months ago
0
Postgres JSONB columns are converted to Sqlite TEXT columns, not JSON
#53
manuelmeurer
opened
1 year ago
0
Is it possible to skip tables if they do not exist?
#52
jesus-hergueta
opened
1 year ago
0
Add DROP DATABASE at start of MySQL setup
#51
amoeba
opened
1 year ago
0
MySQL tests fail after multiple runs
#50
amoeba
opened
1 year ago
0
MySQL bool columns end up as SQLite BLOB columns upon conversion
#49
amoeba
opened
1 year ago
0
Is it possible to create PostgreSQL views in the SQLite database?
#48
timwilson
opened
1 year ago
0
Some of the tests are hanging in CI
#47
simonw
closed
1 year ago
12
Upgrade for compatibility with SQLAlchemy 2
#46
jesus-hergueta
closed
1 year ago
7
sqlite3.OperationalError: table sqlite_master may not be modified
#45
PanosDine
opened
1 year ago
0
Allow wildcards in skip argument
#44
bengosney
opened
1 year ago
0
SQLite version supporting the RETURNING clause #42
#43
grymjack
opened
2 years ago
0
SQLite version supporting the RETURNING clause
#42
grymjack
closed
2 years ago
0
Add table name pattern option
#41
sgraaf
opened
2 years ago
0
Add option for selecting tables to copy by a (regex) pattern
#40
sgraaf
opened
2 years ago
1
Multiple Postgres Schemas?
#39
philipbaileynar
opened
2 years ago
0
TZ flag for migrating datetime columns?
#38
cunla
opened
2 years ago
0
Ryancheley patch 1 document updates
#37
ryancheley
closed
1 year ago
5
Views, Materialized Views, Functions not exported from Postgres database to SQLite file
#36
priyadarshiniguptan
opened
3 years ago
1
Is it possible to export from a SQLite database?
#35
averri
opened
3 years ago
0
Can't load plugin: sqlalchemy.dialects:postgres
#34
simonw
closed
3 years ago
4
Run tests in GitHub Actions
#33
simonw
closed
3 years ago
3
Switch CI to GitHub Actions
#32
simonw
closed
3 years ago
9
postgresql - search_path
#31
KaeruCT
closed
3 years ago
1
Decoding error when charset not correctly specified in connection string
#30
justinpinkney
closed
3 years ago
1
Add option to set a PostgreSQL schema
#29
jdormit
closed
3 years ago
3
Correctly duplicate empty tables
#28
sevakram
closed
3 years ago
11
Support compound primary keys
#27
simonw
closed
4 years ago
0
Support compound primary keys
#26
simonw
closed
4 years ago
0
"user" table in Postgres isn't copied
#25
laggingreflex
closed
3 years ago
3
TypeError: 'NoneType' object is not iterable
#24
ojii
closed
3 years ago
1
Bump sqlite-utils to 2.9.1, update tests
#23
simonw
closed
4 years ago
0
Support sqlite-utils with decimal fix.
#22
dvhthomas
closed
4 years ago
4
Upgrade to sqlite-utils~=2.3.1
#21
simonw
closed
4 years ago
1
incompatibility with sqlite-utils v2+
#20
adipasquale
closed
4 years ago
6
Error binding parameter X - probably unsupported type
#19
EnzoPHF
closed
3 years ago
3
StopIteration error thrown on empty tables
#18
simonw
closed
3 years ago
1
Oracle number columns become integer in sqlite
#17
jhall39
opened
5 years ago
1
pip install blows up when it can't find mysql?
#16
bknowles
closed
5 years ago
1
Support multiple --sql and --output pairs
#15
simonw
opened
5 years ago
3
--connection should be a required positional argument
#14
simonw
closed
5 years ago
0
Refactor unit tests to be parametrized against MySQL and PostgreSQL
#13
simonw
closed
5 years ago
1
Option to add indexes to all foreign key columns
#12
simonw
closed
5 years ago
2
Add documentation covering mysql:// and postgresql:// connection strings
#11
simonw
closed
5 years ago
1
Added test against PostgreSQL, closes #5
#10
simonw
closed
5 years ago
0
Run tests against MySQL, refs #5
#9
simonw
closed
5 years ago
0
Handle large numbers of foreign keys better in --all
#8
simonw
closed
5 years ago
1
Next