Commit Graph

601 Commits

Author SHA1 Message Date
James Cor
44abf89d55 improve valid identifer logic (#6158) 2023-06-16 09:20:43 -07:00
Jason Fulghum
98ac2471ac Adding support for parquet as an output format for dolt sql 2023-05-31 14:31:40 -07:00
Andy Arthur
0aa5a48aff go/doltcore/sqle/index: fix off-by-one in key converter, unskip keyless merge tests 2023-04-12 17:16:32 -07:00
Andy Arthur
c91f4ec04f go: factored out common patterns for index key conversion, uniq key validation 2023-04-12 16:46:41 -07:00
Andy Arthur
9695a8cdb4 go/doltcore/merge: refactored uniq index validation, keyless tables still todo 2023-04-11 17:52:40 -07:00
Maximilian Hoffman
af4d8eeaba Lookup int out of range error (#5690)
* Fix lookup type error

* reset old file

* bump GMS

* update to GMS bump

* get updates

* bump

* bump

* syntax error

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* tidy

* go-sql-server tidy

* unnecessary test

* fix int_test

* bump

* bump

* skip ld convert

* ld enginetests

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-04-07 17:11:14 -07:00
Aaron Son
4998109a96 Merge remote-tracking branch 'origin/main' into aaron/nbs-table-file-finalizer-panic-always-on 2023-03-29 10:13:27 -07:00
Aaron Son
8fee405304 Merge remote-tracking branch 'origin/main' into aaron/nbs-table-file-finalizer-panic-always-on 2023-03-09 15:27:17 -08:00
Andy Arthur
c3d2dc1aad go/doltcore/table/untyped/tabular: fix index out of bounds in diff printer 2023-03-09 12:12:11 -08:00
James Cor
be275f7cac Merge pull request #5507 from dolthub/james/alter-spatial2
fix panic from adding spatial index to non-empty table
2023-03-08 10:57:14 -08:00
Aaron Son
7207c2e318 Merge pull request #5500 from dolthub/aaron/nbf-remove-DOLT_DEV
Remove obsolete __DOLT_DEV__ NomsBinFormat.
2023-03-07 12:34:47 -08:00
James Cor
663c60fe1a special case geometry types 2023-03-07 12:10:21 -08:00
JCOR11599
dd58e0f09f [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-03-07 20:02:01 +00:00
James Cor
2f23bfce0e fix panic 2023-03-07 11:59:52 -08:00
Aaron Son
04a90f83e5 Remove obsolete __DOLT_DEV__ NomsBinFormat. 2023-03-06 15:38:26 -08:00
Aaron Son
6444dcd4dd go/store/types: Less back to taking NBF, not ValueReader. 2023-03-06 09:35:40 -08:00
Aaron Son
6e61b3a771 go/store/types: Thread ctx through Value.Less. 2023-03-06 09:35:40 -08:00
jennifersp
cbe7e08508 add dolt_patch() stored procedure (#5413) 2023-03-01 14:27:44 -08:00
Aaron Son
61b8f0f19f Merge remote-tracking branch 'origin/main' into aaron/nbs-table-file-finalizer-panic-always-on 2023-02-28 21:58:40 -08:00
Daylon Wilkins
75ec9ca946 Line-based diffs for modified multiline rows 2023-02-22 07:44:52 -08:00
Aaron Son
55a13e8452 go/store/nbs: Make the panic in the finalizer for an unclosed table file index always on.
Add a flag to make it not take the stack trace at the time of index creation.
Disable stack trace taking by default.

Make all unit tests pass the sanity checking.
2023-02-17 15:39:07 -08:00
James Cor
aa582ebd55 Merge branch 'main' into james/spatial-index-test 2023-02-16 13:35:05 -08:00
Daylon Wilkins
9de1a6c41b Handle multiple lines in tabular diffs 2023-02-15 12:36:51 -08:00
James Cor
96ab0bbd30 merge with main 2023-02-09 13:42:44 -08:00
jennifersp
463e93169b fix panic for unexpected json file format (#5302) 2023-02-06 17:55:14 -08:00
James Cor
07a027a03f Merge branch 'james/spatial-enc' into james/spatial-index-test 2023-01-25 10:24:09 -08:00
zachmu
405ced8c81 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-24 20:05:51 +00:00
Zach Musgrave
443c3d59dc actually upgrade gms, fix the format breaking newline that keeps getting added to imports 2023-01-24 12:04:20 -08:00
zachmu
21c922a9c9 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-24 19:59:31 +00:00
Zach Musgrave
7f88400f3c Fix import group issue 2023-01-24 11:55:46 -08:00
Zach Musgrave
d83f1150be Merge branch 'zachmu/csv-out' of github.com:dolthub/dolt into zachmu/csv-out 2023-01-24 11:53:50 -08:00
Zach Musgrave
e77ae77452 Changed types2 import alias to gmstypes everywhere 2023-01-24 11:53:44 -08:00
zachmu
77957d81f6 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-24 03:10:45 +00:00
Zach Musgrave
4a69f1a0fb Renames and bug fixes 2023-01-23 18:38:54 -08:00
Zach Musgrave
a3c4f10141 Same fix for JSON writer 2023-01-23 16:01:23 -08:00
Zach Musgrave
de61e6f6c7 Fixed system string printing with CSV from sql 2023-01-23 15:24:34 -08:00
Zach Musgrave
b341df22f2 Added sql schema support to csv writer 2023-01-23 14:45:56 -08:00
James Cor
29462ff045 serialization working 2023-01-23 14:41:03 -08:00
Zach Musgrave
447f04c968 Merge main 2023-01-09 11:33:11 -08:00
Zach Musgrave
ad4bf92b95 Dolt changes for sql types package 2023-01-09 11:21:34 -08:00
jennifersp
3ce2e3823e add --schema-only flag for dolt dump (#5105) 2023-01-06 17:41:15 -08:00
James Cor
795a81e047 adding index prefix lengths in creation instead of setting 2022-11-10 12:37:02 -08:00
James Cor
ffa39fbe04 working 2022-11-08 15:45:41 -08:00
James Cor
954a1e2c8a clean merge 2022-11-07 15:54:41 -08:00
Zach Musgrave
461130c30c Couple more references to global vars 2022-11-02 14:46:26 -07:00
James Cor
af60d942a8 removing comments and todos 2022-10-25 11:18:23 -07:00
James Cor
31e5dd949f adding an implementation for bulk import 2022-10-25 10:26:01 -07:00
James Cor
dbde9b7473 adding error check 2022-10-25 00:02:46 -07:00
James Cor
51e8ded843 different failure locally??? 2022-10-24 23:15:22 -07:00
James Cor
dee45af032 i know what i'm doing 2022-10-24 16:06:39 -07:00