Commit Graph

5862 Commits

Author SHA1 Message Date
Aaron Son
7ea55313c6 Merge pull request #261 from liquidata-inc/aaron/dockerfile
Dockerfile: First pass at a simple Dockerfile for building an image with dolt installed.
2019-12-17 12:29:33 -08:00
Aaron Son
2d15157d57 Dockerfile: First pass at a simple Dockerfile for building an image with dolt installed. 2019-12-17 12:21:26 -08:00
AndyA
997c76470b Merge pull request #256 from liquidata-inc/andy/sqlweb
Andy/sqlweb
2019-12-17 12:16:47 -08:00
Andy Arthur
463120520f code review 2019-12-17 12:04:30 -08:00
Andy Arthur
48b9f271c5 repo format 2019-12-16 15:57:52 -08:00
Andy Arthur
b9ba187a8d factored dEnv out of history table 2019-12-16 15:57:06 -08:00
Brian Hendriks
d922c3c695 fix csv parsing (#259)
* fix csv parsing
* bats tests
2019-12-16 15:48:04 -08:00
Tim Sehn
8a3d097295 Merge pull request #254 from liquidata-inc/bh/diff-where-fixes
Fix diff where clause
2019-12-16 15:10:39 -08:00
Brian Hendriks
0fa704e772 slow history tables
* change super_schema to use a CommitItr
* slow history tables
2019-12-16 14:46:00 -08:00
Tim Sehn
b3206b0454 Update README.md 2019-12-16 14:28:02 -08:00
Tim Sehn
b240fde4b2 Merge pull request #255 from liquidata-inc/tim/update-readme
Changed Datasets to clone section
2019-12-16 14:24:34 -08:00
Timothy Sehn
e6575c7fa7 Added from_COLUMN_NAME and to_COLUMN_NAME test cases 2019-12-16 12:42:35 -08:00
Timothy Sehn
4caa4b510d Fixed a typo in the skip statement 2019-12-16 12:28:22 -08:00
Timothy Sehn
2c0f6803ff Added bats tests for diff --where 2019-12-16 12:26:52 -08:00
Tim Sehn
74136c1119 Changed Datasets to clone section 2019-12-16 11:49:30 -08:00
Brian Hendriks
3e050f8259 Fix diff where clause 2019-12-16 11:19:36 -08:00
Andy Arthur
403ec8b26f removed sqlEngine's dependency on dEnv 2019-12-16 10:57:10 -08:00
Andy Arthur
0deb8bf4c7 removed dsqle.database dependency on dEnv 2019-12-16 10:10:10 -08:00
Andy Arthur
67cde8c440 removing file sys dependency from repo_state 2019-12-16 09:10:17 -08:00
Daylon Wilkins
33ec7f107b Referencing new go-mysql-server changes & small changes to restore functionality 2019-12-12 18:41:33 -08:00
Brian Hendriks
45bab6b88b bh/skip describe bats (#248) 2019-12-12 15:02:42 -08:00
Zach Musgrave
a66ca1b491 Merge pull request #240 from liquidata-inc/zachmu/sql-cleanup
Migrated DROP TABLE, CREATE TABLE, and SHOW TABLES to go-mysql-server engine.
2019-12-11 11:05:25 -08:00
Zach Musgrave
b969749893 Merge branch 'master' into zachmu/sql-cleanup 2019-12-11 11:05:01 -08:00
Aaron Son
b74939c88d Merge pull request #239 from liquidata-inc/aaron/create-view-bats-tests
bats/create-views.bats: Pick up go-mysql-server support for views.
v0.12.0
2019-12-09 13:22:25 -08:00
Aaron Son
3dc7464601 bats/create-views.bats: PR feedback; rename will_be_broken view. 2019-12-09 13:09:29 -08:00
Aaron Son
7f9406b1b2 bats/create-views.bats: Adopt here-docs. 2019-12-09 12:56:04 -08:00
Oscar Batori
6b5d177256 Merge pull request #241 from liquidata-inc/oscarbatori/cut-release-0.12.0
Bumped version and added release script
2019-12-09 11:45:37 -08:00
Oscar Batori
82604d3db5 Bumped version and added release script 2019-12-09 11:43:50 -08:00
Zach Musgrave
e06b761c1c Updated version of go-mysql-server dependency, and fixed a broken reference in integration test
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-09 11:41:30 -08:00
Aaron Son
6bca0c9be5 bats/create-views.bats: Update line number assertions for new output format. 2019-12-09 11:27:54 -08:00
Aaron Son
048589b6cd Merge remote-tracking branch 'origin/master' into aaron/create-view-bats-tests 2019-12-09 11:24:33 -08:00
Aaron Son
f8aacfcb63 go/go.mod: Pick up view changes in go-mysql-server. 2019-12-09 11:22:18 -08:00
Aaron Son
0aeebb1b1c bats/create-views.bats: First pass at create view bats tests. 2019-12-09 10:55:57 -08:00
Dustin Brown
531b2f4816 Merge pull request #237 from liquidata-inc/db/change-benchmark-results
go/performance/benchmarks: remove id from results
2019-12-06 16:14:54 -08:00
Dustin Brown
58fa8d69da go/performance/benchmarks: remove id from results 2019-12-06 15:41:48 -08:00
Brian Hendriks
860e690aff add date to commit and init
* add --date param support to commit
* add --date param support to init
2019-12-06 15:01:46 -08:00
Tim Sehn
bc6347917b Fixed small typo in Dolt README 2019-12-06 13:57:15 -08:00
Tim Sehn
1222b0f459 Merge pull request #236 from liquidata-inc/tim/unskip-bats-test
Noticed an alter table test that now works was skipped. Unskipped.
2019-12-06 13:11:24 -08:00
Zach Musgrave
538468c40c Tag number from comment extraction working
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-06 13:01:02 -08:00
Timothy Sehn
713c5f050c Noticed an later table test that now works was skipped. Unskipped. 2019-12-06 12:07:06 -08:00
Nam D. Nguyen
39cf275082 Fix typo in README for table import (#235) 2019-12-06 11:07:19 -08:00
Zach Musgrave
70280c113e Move show over to the new engine (isn't as fully supported yet), and fixed bugs in drop / create table (rely on changes to go-mysql-server)
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-05 17:43:42 -08:00
Zach Musgrave
c7f5e5e761 Deleted unused old SQL code. Migrated tests for DDL drop and create table operations to sqle package. Several are current failing.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-05 16:43:39 -08:00
Zach Musgrave
d2ebd8736b Merge pull request #233 from liquidata-inc/zachmu/sql-batch
Implemented batch insert semantics for the new SQL engine.
2019-12-05 14:06:29 -08:00
Zach Musgrave
24d0956b77 Removed obsolete test
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-05 13:52:52 -08:00
Zach Musgrave
2016326686 Added logic to silently skip empty statements when parsing
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-05 13:16:20 -08:00
Zach Musgrave
0a3a8cd438 Updated DropTable to un-cache the table.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-05 13:14:11 -08:00
Zach Musgrave
94aa7f54b9 Bug fix in flush: forget tables when flushing
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-05 13:12:24 -08:00
Zach Musgrave
fdf6ac4ac7 Couple performance fixes: 1) cache the SQL schema for a table, and 2) only update output every 500 lines. Together these give us a 60% speedup on a large import.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-05 12:42:03 -08:00
Zach Musgrave
b574e6c20c PR feedback
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-12-05 11:38:45 -08:00