Commit aba759d
authored
BUG: Fixed ADBC to_sql creation of table when using public schema (#57974)
57539: Fixed creation unnamed table when using public schema
Problem:
- Table on public schema being lost when tried to be created
Solution:
- Used db_schema_name argument to specify schema name of adbc_ingest1 parent a82ce84 commit aba759d
File tree
3 files changed
+28
-1
lines changed- doc/source/whatsnew
- pandas
- io
- tests/io
3 files changed
+28
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2380 | 2380 | | |
2381 | 2381 | | |
2382 | 2382 | | |
2383 | | - | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
2384 | 2386 | | |
2385 | 2387 | | |
2386 | 2388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1373 | 1373 | | |
1374 | 1374 | | |
1375 | 1375 | | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
1376 | 1400 | | |
1377 | 1401 | | |
1378 | 1402 | | |
| |||
0 commit comments