Commit Graph

33 Commits

Author SHA1 Message Date
Brian Hendriks
acbe3e7b30 Commit log system table 2019-11-07 11:18:35 -08:00
Daylon Wilkins
919e744a62 Moved command line SQL processing to use new engine for CREATE and DROP 2019-11-01 17:18:43 -07:00
Matt Jesuele
e2daa1a2dc Merge pull request #131 from liquidata-inc/mj/refactor-bats
bats: Factor setup and teardown logic out of tests, greatly reducing duplication
2019-10-08 15:25:59 -07:00
Brian Hendriks
88f18363bb bh/schema sub commands (#128)
* changed dolt schema to be a command group
2019-10-08 14:56:28 -07:00
Matt Jesuele
fa3c06b5cb bats: Factor setup and teardown logic out of tests, greatly reducing duplication 2019-10-08 13:43:21 -07:00
Daylon Wilkins
9848826185 Bats tests fixes 2019-10-01 17:03:35 -07:00
Daylon Wilkins
66aa389b66 Changed bats to use a static folder on Windows 2019-07-23 15:45:27 -07:00
Matt Jesuele
e5a556d6c8 dolt/bats: Factor out batshelper util function 2019-07-23 13:11:07 -07:00
Matt Jesuele
a0ab975ded dolt/bats: Add nativebatsdir helper function 2019-07-23 12:59:26 -07:00
Daylon Wilkins
3e44e547f5 Changed all tabs in bats files to spaces 2019-07-22 16:14:13 -07:00
Daylon Wilkins
bc59893f66 Changed bats tests on Windows to use WSL 2019-07-22 16:14:13 -07:00
Matt Jesuele
09cfa141d6 dolt/bats/advanced-sql.bats: Fix bats test 2019-07-15 17:29:47 -07:00
Daylon Wilkins
dab3cea0de Fixed some bats tests 2019-07-15 17:29:47 -07:00
Timothy Sehn
1db21d7bb8 added drop table bats test 2019-06-19 17:10:34 -07:00
Timothy Sehn
0f449c6058 happy path alter table, describe, and show tabletests 2019-06-18 13:56:03 -07:00
Timothy Sehn
987548ab4d first pass at happy path sql schema test cases 2019-06-18 13:03:01 -07:00
Zach Musgrave
b1ad4cecac Unskip SQL tests that now work. 2019-06-14 14:00:39 -07:00
Zach Musgrave
81f7661f7a Unskipped newly working bats test 2019-05-29 09:34:18 -07:00
Zach Musgrave
f0bf052ef2 Fixed SQL tests that used column aliases in joins and where clauses, which is not supported anymore. 2019-05-28 09:36:25 -07:00
Zach Musgrave
d4fe8f07dc Made it an error to update a primary key column 2019-05-22 13:59:15 -07:00
Zach Musgrave
a2cc88d9b5 Fixed error message for select without a table. 2019-05-22 13:50:33 -07:00
Zach Musgrave
4b9855a619 Unskipped limit -1 test, added one for offset 2019-05-16 15:16:59 -07:00
Timothy Sehn
c7864877a5 Added update primary key test 2019-05-14 17:57:36 -07:00
Timothy Sehn
426f45c943 More order by and limit tests. Added skipped for limit -1 test which is broken right now 2019-05-13 11:34:39 -07:00
Timothy Sehn
59d42e7953 Added order by and limit sql tests. Renamed tests to make sql testing more explicit 2019-05-13 11:22:11 -07:00
Zach Musgrave
851a8d9f99 Fixed bats tests from changed error messages 2019-05-10 17:05:16 -07:00
Timothy Sehn
703b663698 in list tests 2019-05-07 10:11:43 -07:00
Timothy Sehn
a213e895c6 dolt sql is null and addition/subtraction tests 2019-05-07 09:44:54 -07:00
Timothy Sehn
c24ba39c0d join keyword tests 2019-04-30 15:11:06 -07:00
Timothy Sehn
02025648d0 more sql tests 2019-04-30 14:03:39 -07:00
Timothy Sehn
cd785b8989 changed test names to be more explicit 2019-04-30 13:37:05 -07:00
Timothy Sehn
e18c931479 More advanced sql tests 2019-04-30 12:36:16 -07:00
Timothy Sehn
2bb98a1a6f first pass at some advanced sql tests 2019-04-30 11:52:30 -07:00