You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Brian Carlson 275488d8fe Add count().distinct() to columns 12 years ago
..
aggregate-tests.js minor cleanup, mostly related to function vs block scoping 12 years ago
alter-table-tests.js Add rename clause for alter table 12 years ago
clause-ordering-tests.js added more tests of clause ordering 12 years ago
create-table-tests.js sqlite dialect and all sqlite tests. subqueries can now have their columns selected as tables 12 years ago
delete-tests.js minor cleanup, mostly related to function vs block scoping 12 years ago
distinct-tests.js Add count().distinct() to columns 12 years ago
drop-table-tests.js sqlite dialect and all sqlite tests. subqueries can now have their columns selected as tables 12 years ago
group-by-tests.js minor cleanup, mostly related to function vs block scoping 12 years ago
index.js rename 'postgres' dir to 'dialects' 12 years ago
insert-tests.js allow shortcut where clauses in 'and' and 'or' 12 years ago
join-tests.js Allow non-query nodes to be turned into strings 12 years ago
limit-and-offset-tests.js LIMIT and OFFSET can accept a subQuery 12 years ago
namespace-tests.js cleanup trailing whitespace 12 years ago
order-tests.js minor cleanup, mostly related to function vs block scoping 12 years ago
schema-tests.js sqlite dialect and all sqlite tests. subqueries can now have their columns selected as tables 12 years ago
shortcut-tests.js allow SELECT/FROM/WHERE in any order 12 years ago
support.js Use mocha instead of weird 1/2 of tap for tests 12 years ago
table-tests.js allow select to take array of columns 12 years ago
update-tests.js sqlite dialect and all sqlite tests. subqueries can now have their columns selected as tables 12 years ago
where-clause-tests.js Add ability to call #where with multiple arguments 12 years ago