Daylon Wilkins
d204d27ab0
PR feedback
2024-05-08 05:28:45 -07:00
Zach Musgrave
3f0396add5
Getting rid of multiple table maps
2024-04-19 14:19:22 -07:00
Zach Musgrave
ca78438f6b
No more changes to schema.fbs
2024-04-17 18:09:37 -07:00
Zach Musgrave
99d32f522c
Revert schema flatbuffer change
2024-04-17 18:08:16 -07:00
Zach Musgrave
d61c444ff7
Merge main
2024-04-17 17:49:41 -07:00
momantech
73ac859452
chore: fix some comments
...
Signed-off-by: momantech <cuimoman@qq.com >
2024-04-17 17:26:23 +08:00
Zach Musgrave
b15b10a62c
semi plausible serialization attempt
2024-04-16 18:08:57 -07:00
Zach Musgrave
ceaec05aee
Added database schema to foreign keys
2024-04-12 15:40:31 -07:00
Zach Musgrave
2ee49c202a
Reworking root_value.fbs for non-default schema table storage
2024-04-11 10:26:51 -07:00
Zach Musgrave
7d79501c33
Moved DatabaseSchema defn to the schema file
2024-04-11 09:06:31 -07:00
Zach Musgrave
a907de92bb
Schema namespace storage for root values and creation method
2024-04-10 14:32:06 -07:00
Daylon Wilkins
36efa2c8b5
Added storage capabilities for GMS Extended Types
2024-02-07 05:35:35 -08:00
Jason Fulghum
4b656cef71
Tests working
2024-01-31 14:32:36 -08:00
Maximilian Hoffman
6b41096d81
Write stats to disk and dolt_statistics table ( #7243 )
...
* Write statistics to prolly tree
* fix go-sql-server-driver
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* bump
* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.997709
* Tidy
* test edits
* fix string outputs
* fix string printing histogram rows
* bump
* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.998097
* test bump
* bump
* bump
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com >
2024-01-20 11:49:45 -08:00
Jason Fulghum
fd6a8c3558
Merge branch 'main' into fulghum/rebase-prototype
2023-12-18 12:09:49 -08:00
James Cor
5012d331f0
serialize on update expressions ( #7115 )
2023-12-15 22:40:01 -08:00
Jason Fulghum
0843c2391c
Next pass on rebase – uses a temporary rebase branch (instead of working in detatched head)
2023-11-16 13:15:49 -08:00
Jason Fulghum
77854677ee
Very messy first pass on getting a dolt_rebase stored procedure started, and tracking working set rebase metadata.
2023-11-14 10:19:11 -08:00
James Cor
c5710b42ab
store GEOMETRY types as BLOBs ( #6933 )
2023-11-07 01:49:48 -08:00
Zach Musgrave
94541c890e
Added new fields to schema.Column. Killed all un-named column struct constructions
2023-10-26 10:19:04 -07:00
Daylon Wilkins
b026050a9f
Implemented Full-Text indexes
2023-07-26 16:39:27 -07:00
Jason Fulghum
ea9c26520a
First pass on fixing incorrect, multiple parents for cherry-picked commits when conflicts need to be resolved.
2023-07-21 14:39:24 -07:00
Andy Arthur
2caab10014
go/serial: improve comment docs for flatbuffers defs
2023-05-11 15:34:57 -07:00
Andy Arthur
a7ff41c526
go/store/val: improve doc comments, remove todos
2023-05-11 15:24:27 -07:00
Andy Arthur
df537759e5
Merge remote-tracking branch 'origin/main' into andy/schema-conflicts
2023-04-20 16:35:05 -07:00
Aaron Son
e6f224e6a6
go.mod,proto/third_party/flatbuffers: Bump flatbuffers to dolthub/flatbuffers-v23.3.3-dh.2, change import path to github.com/dolthub/flatbuffers/v23/go.
2023-04-19 15:02:06 -07:00
Andy Arthur
474730af17
go/{doltcore/merge, store}: refactored MergeRoots to return conflicts, serialization method for unmergable tables
2023-04-18 16:43:06 -07:00
Andy Arthur
abe3fdbcdc
go/doltcore/{doltdb, sqle}: first pass at dolt_schema_conflicts system table
2023-04-18 14:55:29 -07:00
jennifersp
a88828d921
support staged set of changes for dolt stash ( #5502 )
2023-03-08 14:20:25 -08:00
jennifersp
96855527a4
support CLI dolt stash command ( #5422 )
2023-03-03 16:25:24 -08:00
James Cor
983c74d0f7
merge with main
2023-01-30 13:56:02 -08:00
James Cor
71f960b8ed
small fixes
2023-01-25 14:00:07 -08:00
James Cor
978c150784
merge
2023-01-24 16:22:40 -08:00
James Cor
495b487b58
adding encoding
2023-01-23 16:58:37 -08:00
James Cor
94dcffce7e
adding spatial index bool to flatbuffers
2023-01-23 12:41:49 -08:00
Daylon Wilkins
d95cd6fa7c
Branch control permissions across databases
2022-11-14 12:26:04 -08:00
James Cor
954a1e2c8a
clean merge
2022-11-07 15:54:41 -08:00
Daylon Wilkins
79ca7f8b7f
Added database collation support
2022-10-31 06:42:37 -07:00
Daylon Wilkins
024a1b0138
Rewrote branch control persistence to use flatbuffers
2022-10-18 08:27:14 -07:00
Dhruv Sringari
86972d9c1d
Adds dolt_merge_status system table ( #4277 )
...
* Add dolt merge status table
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
Co-authored-by: druvv <druvv@users.noreply.github.com >
2022-09-07 15:12:43 -07:00
Daylon Wilkins
1ee14d9f74
Add support for table-level collations
2022-08-26 08:10:44 -07:00
Aaron Son
e16975e50c
Merge remote-tracking branch 'origin/main' into aaron/fb-error-on-new-fields
2022-08-16 12:06:40 -07:00
Aaron Son
7906c9e98f
go/{store,libraries,gen}: Adopt new flatc, throw an error if we encounter unknown fields.
2022-08-16 11:57:14 -07:00
Andy Arthur
967cf6ae79
remove __DOLT_1__ in favor of __DOLT__
2022-08-09 14:44:26 -07:00
coffeegoddd
b68814c796
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-08-05 17:21:26 +00:00
coffeegoddd
60fd6472f8
/go/{store,libraries}: attempt to fix some comments for formatting
2022-08-05 10:20:04 -07:00
Andy Arthur
e1a629a543
modify ItemArray to store 0, len(items) as first and last offset. hopefully this makes us less branchy
2022-07-28 14:08:47 -07:00
Andy Arthur
e99fca7e7a
created dedicated flatbuffer message for blobs
2022-07-26 13:14:16 -07:00
Andy Arthur
ede8deba4d
Merge remote-tracking branch 'origin/main' into andy/merge-artifacts
2022-07-26 08:44:21 -07:00
Andy Arthur
9b9f5ea79b
Merge remote-tracking branch 'origin/main' into andy/remove-dolt-1-super-schema
2022-07-25 15:23:39 -07:00