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.
 
Di Wu 07371561e3 dialect getString 12 years ago
..
addColumn.js lints cleanly 12 years ago
alias.js Alias Node, add alias behavior to unary, binary, ternary and function calls, with tests 12 years ago
alter.js lints cleanly 12 years ago
binary.js Alias Node, add alias behavior to unary, binary, ternary and function calls, with tests 12 years ago
column.js added support for min and max queries 12 years ago
create.js lints cleanly 12 years ago
createIndex.js Revert "support ifExists and ifNotExists for index#create / index#drop" 12 years ago
default.js make generated node constructors slightly less weird 12 years ago
delete.js lints cleanly 12 years ago
drop.js lints cleanly 12 years ago
dropColumn.js lints cleanly 12 years ago
dropIndex.js Revert "support ifExists and ifNotExists for index#create / index#drop" 12 years ago
from.js lints cleanly 12 years ago
functionCall.js add shift, unshift operations 12 years ago
groupBy.js lints cleanly 12 years ago
having.js Adding having clause and tests 12 years ago
ifExists.js lints cleanly 12 years ago
ifNotExists.js lints cleanly 12 years ago
index.js dialect getString 12 years ago
indexes.js creating indexes is now based on chaining 12 years ago
insert.js cleanup node inheritance 12 years ago
join.js cleanup node inheritance 12 years ago
orderBy.js lints cleanly 12 years ago
orderByColumn.js cleanup node inheritance 12 years ago
parameter.js cleanup node inheritance 12 years ago
query.js Adding having clause and tests 12 years ago
rename.js Add rename clause for alter table 12 years ago
renameColumn.js lints cleanly 12 years ago
returning.js lints cleanly 12 years ago
select.js fixed everything necessary to make sql.create work 12 years ago
table.js cleanup node inheritance 12 years ago
ternary.js Alias Node, add alias behavior to unary, binary, ternary and function calls, with tests 12 years ago
text.js cleanup node inheritance 12 years ago
unary.js Alias Node, add alias behavior to unary, binary, ternary and function calls, with tests 12 years ago
update.js lints cleanly 12 years ago
valueExpression.js commas for javascript 12 years ago
where.js Break out ValueExpressionMixin into its own file, and mix it into the value expressions BinaryNode, UnaryNode, and Column. Will make composing such value expression nodes easier in the future. 12 years ago