issues
search
duckdb
/
duckdb_mysql
https://duckdb.org/docs/extensions/mysql
MIT License
55
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
COPY from Parquet seems to keep the Parquet file open (so the file cannot be deleted)
#100
pronzato
opened
4 days ago
1
[Feature] Support URI-like connection strings
#99
Mytherin
opened
1 week ago
0
use mutex to protect mysql_real_query
#98
Vercantez
closed
1 week ago
1
Memory corruption in mysql_real_query
#97
Vercantez
closed
1 week ago
0
Support to config character set for mysql
#96
icefery
opened
1 week ago
0
Duckdb mysql extension took extreme longer time to access data than other components
#95
dawsondong
opened
3 weeks ago
0
SHOW ALL TABLES; Query causes INTERNAL Error: MySQLResult::Next called without result
#94
JayJamieson
opened
3 weeks ago
0
Error in SQL syntax for UPDATE with certain field types
#93
rynoV
opened
3 weeks ago
1
[Question] Does this extension have any optimization on executing query?
#92
RinChanNOWWW
opened
1 month ago
0
Is there a way to enable mysql_clear_password plugin?
#91
pronzato
closed
1 week ago
0
MySQL -> DuckDB export causes segfault
#90
benjamingr
closed
1 week ago
1
ATTACH mysql database does not support concurrency
#89
robotslacker
opened
2 months ago
3
Fix #87 - correctly quote column identifiers in INSERT INTO statement
#88
Mytherin
closed
2 months ago
0
Can not insert duckdb temp table into mysql table
#87
kekec14
closed
2 months ago
0
Fix #65: use length instead of max_length when computing decimal width - as when using mysql_query max_length corresponds to the max length in the result set, as opposed to the max length of the field type
#86
Mytherin
closed
2 months ago
0
Implement #71: add SSL connection parameters
#85
Mytherin
closed
2 months ago
0
Fix #81: don't include timezone offset in timestamp literal when doing filter pushdown
#84
Mytherin
closed
2 months ago
0
Fix #75: no longer throw when interpreting TINYINT(1) columns with non-0 or 1 values as booleans
#83
Mytherin
closed
2 months ago
0
IO Error: Failed to run query "START TRANSACTION": UDAL - Unknown command
#82
zhangzhangyaa
opened
2 months ago
0
Incorrect timestamp handling when filter_pushdown is enabled
#81
LMnet
closed
2 months ago
1
CI: Also mirror 'under review' issues
#80
szarnyasg
closed
2 months ago
0
MySQL test issue
#79
szarnyasg
closed
2 months ago
0
CI: Add issue mirroring jobs
#78
szarnyasg
closed
2 months ago
0
Absorb patch and bump to latest duckdb
#77
carlopi
closed
3 months ago
1
Debug build report error if DUCKDB_PLATFORM is not explicitly set while release build report does NOT need to provide DUCKDB_PLATFORM
#76
qubin-ben
opened
3 months ago
0
INTERNAL Error: Primary exception: Failed to cast MySQL boolean - expected 1 byte element but got element of size %s
#75
cboettig
closed
2 months ago
4
fix cast type
#74
qsliu2017
closed
4 months ago
1
Bump to v1.0.0
#73
carlopi
closed
4 months ago
1
add connection param`compress`
#72
qsliu2017
closed
4 months ago
1
Support Encrypted connection
#71
aszenz
opened
4 months ago
3
support disable compression in MySQL client/server protocol
#70
qsliu2017
closed
4 months ago
0
Migrating from pyodbc to duckdb_mysql challenges
#69
fillalph
closed
5 months ago
3
Absorbing more patches
#68
carlopi
closed
6 months ago
0
Absorb patches, move to duckdb's main
#67
carlopi
closed
6 months ago
1
Unify CMake
#66
carlopi
closed
6 months ago
0
Decimal data type conversion issue with mysql_query function
#65
cmartin1968
closed
2 months ago
1
Implement credential management using secrets
#64
Mytherin
closed
7 months ago
0
Bump workflows to compile for v0.10.2
#63
carlopi
closed
7 months ago
1
Bump to duckdb v0.10.2
#62
carlopi
closed
7 months ago
2
Update DuckDB to v0.10.2
#61
Mytherin
closed
7 months ago
0
Fix backslash encoding in a better way
#60
Mytherin
closed
7 months ago
0
High Memory Usage During MySQL Table Import (DuckDB 0.10.0, Ubuntu)
#59
jaldaadithya
opened
7 months ago
3
value is "\" can not copy to mysql
#58
ywyt738
closed
7 months ago
5
Add `workload` param to MySQL connection string
#57
ricardonunez-io
closed
7 months ago
4
copy mysql database error with mac
#56
junranhe
closed
7 months ago
0
how can I speed up the mysql query with duckdb mysql extenstion?
#55
junranhe
opened
8 months ago
9
Fix v0.10.1 deploy
#54
samansmink
closed
8 months ago
1
Fix #36 - correctly support pushdown of datetime literals
#53
Mytherin
closed
8 months ago
0
Fallback to reading configuration from environment variables
#52
Mytherin
closed
8 months ago
0
Add support for mysql_execute function that allows executing arbitrary queries in MySQL
#51
Mytherin
closed
8 months ago
0
Next