Zach Musgrave
8e957bcd5f
Re-enabled index lookups for dolt SQL. Updated dependencies for sqllogictest and go-mysql-server.
...
Added time to the handled cases in DATETIME & changed tests (originally @hydrocharged, squashed)
Signed-off-by: Zach Musgrave <zach@liquidata.co >
2019-11-12 17:07:36 -08:00
Andy Arthur
f4f77b4da9
ran repo format
2019-11-12 17:05:10 -08:00
Andy Arthur
36805ea6db
removed dead code
2019-11-12 17:01:25 -08:00
Andy Arthur
96c22e7076
Zach vacations at the library
2019-11-12 17:00:22 -08:00
Andy Arthur
811bfe38f5
added sql escaping to new sqlwriter methods
2019-11-12 16:56:41 -08:00
Andy Arthur
3b910a26d2
updated tests
2019-11-12 16:56:07 -08:00
Andy Arthur
5f7bcd7fda
responding to PR comments
2019-11-12 16:28:36 -08:00
Andy Arthur
3d17020f04
added unittests for new sqlwriter methods
2019-11-12 16:26:16 -08:00
Andy Arthur
14f252a54d
sorting table changes
2019-11-12 15:10:18 -08:00
Andy Arthur
5f01f234d6
added bats tests for add, drop, rename tables
2019-11-12 09:53:52 -08:00
Oscar Batori
17d14ba12e
Merge pull request #210 from liquidata-inc/oscarbatori/bump-version-for-release-0.11.0
...
bump version and add to gitignore
v0.11.0
2019-11-12 12:38:21 -05:00
Oscar Batori
62de5395aa
bump version and add to gitignore
2019-11-12 12:09:27 -05:00
Andy Arthur
7b7312b80c
adding newline to fix diff
2019-11-12 09:08:46 -08:00
Andy Arthur
f8c88527e9
Merge branch 'master' into andy/sqlschemadiffs
2019-11-11 17:39:32 -08:00
Andy Arthur
bb31833561
updated bats tests and sql output
2019-11-11 17:08:18 -08:00
Andy Arthur
ba7e921a3f
column add/drop working
2019-11-11 16:16:50 -08:00
Andy Arthur
e2da5df9a4
Merge branch 'master' into andy/sqldiffs
2019-11-11 15:26:15 -08:00
Aaron Son
8a163af249
Merge pull request #208 from liquidata-inc/aaron/no-n-squared-in-parse-tagged-tuple
...
go/libraries/doltcore/row: tagged_values.go: Fix n^2 behavior in ParseTaggedValues.
2019-11-11 15:23:20 -08:00
Aaron Son
9611b2d2ca
go/libraries/doltcore/row: tagged_values.go: Fix n^2 behavior in ParseTaggedValues.
...
ParseTaggedValues used to call Tuple.Get(0)...Tuple.Get(n), but Tuple.Get(x)
has O(n) perf, so the function did O(n^2) decoding work to decode a tuple.
Use a TupleIterator instead.
2019-11-11 15:11:00 -08:00
Aaron Son
9de064e8e0
Merge pull request #206 from liquidata-inc/aaron/value_decoder-perf
...
go/store/types: Improve perf of value decoding for primitive types.
2019-11-11 14:41:59 -08:00
Andy Arthur
c6a5a7702c
fixed bats test for Windows
2019-11-11 14:18:25 -08:00
Aaron Son
81e406d5f3
go/store/types: Improve perf of value decoding for primitive types.
2019-11-11 14:05:18 -08:00
Andy Arthur
2e436334fb
fixed bug in creating pipeline transforms
2019-11-11 12:12:33 -08:00
Andy Arthur
06e2ad1c6f
ran godeps verify
2019-11-11 11:33:36 -08:00
Andy Arthur
9f92227501
added bats test to check error exit on schema change
2019-11-11 11:21:24 -08:00
Andy Arthur
15ef237795
ran formatter
2019-11-11 11:05:31 -08:00
Andy Arthur
dd7e193869
added Andy Arthur to allowed committers/authors
2019-11-11 11:02:25 -08:00
Andy Arthur
3db7cb5286
merged master
2019-11-11 10:49:17 -08:00
Andy Arthur
c37ce172d0
updated bats
2019-11-11 10:43:30 -08:00
Katie McCulloch
a4ae351a1f
Merge pull request #199 from liquidata-inc/km/redo-import-nulls
...
Km/redo import nulls
2019-11-11 10:14:30 -08:00
Andy Arthur
4dc34f1686
merging master and fixing conflicts
2019-11-11 10:12:33 -08:00
Andy Arthur
eb05be2297
refactored branch
2019-11-11 09:02:26 -08:00
Andy Arthur
735fbee264
sql diffs working correcrtly now
2019-11-08 17:08:30 -08:00
Daylon Wilkins
e355188b47
Accidentally skipped types tests
2019-11-08 16:35:00 -08:00
Andy Arthur
6b6106849c
unskipping test
2019-11-08 14:40:27 -08:00
Andy Arthur
926ec5fa0e
added tests for primary key change
2019-11-08 12:02:13 -08:00
Andy Arthur
1ddf7fd017
expanded sql diff bats tests
2019-11-08 11:50:39 -08:00
Andy Arthur
f25ea7382d
split out sql_diff tests into seperate file
2019-11-08 08:44:06 -08:00
Katie McCulloch
acc20ef4f6
go/libraries/doltcore: Fix csvSplitLine for quote edge cases
2019-11-07 17:53:28 -08:00
Katie McCulloch
a6c74521b4
dolt/bats: Add bats tests and helper files
2019-11-07 17:45:52 -08:00
Andy Arthur
97ea32eade
cleanup
2019-11-07 15:46:43 -08:00
Andy Arthur
c3ac9a0835
simple sql diff update working
2019-11-07 15:21:52 -08:00
Andy Arthur
d73d684099
sql diff delete working
2019-11-07 13:32:30 -08:00
Andy Arthur
92c402bd69
rearrange
2019-11-07 12:44:59 -08:00
Andy Arthur
c99fb71061
refactored sqlwriter
2019-11-07 12:40:52 -08:00
Daylon Wilkins
f4f2a8c010
Added Timestamp to Dolt and Datetime to SQL
2019-11-07 12:40:18 -08:00
Brian Hendriks
c8215b4446
checkout a remote only branch
2019-11-07 12:25:26 -08:00
Andy Arthur
cc5ca30970
updating go packages
2019-11-07 12:15:42 -08:00
Andy Arthur
7c8a354e63
diff sql insert working
2019-11-07 12:13:53 -08:00
Brian Hendriks
acbe3e7b30
Commit log system table
2019-11-07 11:18:35 -08:00