160 Commits (1f1f5cb25d32c6e9a437c95e917017b554b27488)
 

Author SHA1 Message Date
brianc 1f1f5cb25d allow select to take array of columns 12 years ago
brianc ff928df3a3 make generated node constructors slightly less weird 12 years ago
brianc 8d897cd9c0 cleanup where node 12 years ago
brianc 6a469fd511 allow shortcut where clauses in 'and' and 'or' 12 years ago
brianc e8c449d0f9 add tests for 'returning' and make it accept array of columns 12 years ago
brianc 2b884c3618 remove copy/pasta looking code 12 years ago
brianc b76e8bd15a allow order clause to accept array of columns 12 years ago
brianc 7647dc3911 cleanup trailing whitespace 12 years ago
brianc 779fcc6e46 allow group to accept array of columns 12 years ago
brianc 9a77ca0d0f make delete take where clause directly 12 years ago
Brian C 88bf960515 Merge pull request #48 from caseywebdev/join 12 years ago
Casey Foster 7c44b1bc7a Fix subQuery when used as a binary right 12 years ago
brianc 3cbe540865 version bump 12 years ago
brianc 7711228c66 allow any arbitrary properties to be set on columns 12 years ago
brianc cd44a6816d version bump 12 years ago
Brian C 26998b1b90 Merge pull request #47 from HughePaul/master 12 years ago
Paul Winkler b7c961a66e Merge branch 'arbitrary_where' 12 years ago
brianc d5faf6da43 bump version 12 years ago
Brian C 70fc869949 Merge pull request #45 from HughePaul/master 12 years ago
Paul Winkler b3fa4cc7d7 Merge branch 'master' of github.com:brianc/node-sql into add_sqlite 12 years ago
Brian C d7fbeb6d0a Merge pull request #44 from caseywebdev/master 12 years ago
Casey Foster 600c7f4d8b Merge branch 'default-values' 12 years ago
Casey Foster 4fffaad6d6 Fix ORDER BY syntax error in PG 12 years ago
Paul Winkler e201e00dd5 Allow arbitrary SQL text as TextNode in where / and / or clauses and surround by brackets 12 years ago
Paul Winkler cdf51d9dcd change test case to give a varied sub post request with and without AS 12 years ago
Paul Winkler 7784a9eaf3 SQLite cannot add more than one column per alter table statement. Call sqlite tests. 12 years ago
Paul Winkler 250f5ecb50 sqlite dialect and all sqlite tests. subqueries can now have their columns selected as tables 12 years ago
Casey Foster 70252ff886 Add DEFAULT VALUES support for PG INSERT 12 years ago
Paul Winkler a882f30722 base sqlite on postgres, instead of mysql. throw errors for unsupported features. 12 years ago
Paul Winkler 8b0c666805 Merge branch 'master' of github.com:brianc/node-sql 12 years ago
Paul Winkler 5d2c302e05 add error message for renaming column 12 years ago
Paul Winkler de4fb98266 add beginnings for sqlite dialect 12 years ago
brianc 0ca6445b04 version bump - add mysql support 12 years ago
brianc 6d3dda68aa rename 'postgres' dir to 'dialects' 12 years ago
brianc e5d789f0e3 make all tests run via 'npm test' command 12 years ago
Brian C b172cce845 Merge pull request #42 from HughePaul/master 12 years ago
Paul Winkler edb19ca4ff globally replace quote character in quoted identifiers, and add a test case for this 12 years ago
Paul Winkler b9a946f20e let the tests say which dialect they are for 12 years ago
Paul Winkler 4bd577c54e remove duplicate requiring of dialects 12 years ago
Paul Winkler 1967e70898 alter tests to take quoted aliases into account, add support for testing more than one dialect, add all test cases for mysql. 12 years ago
Paul Winkler 1590255ac7 quote aliases, quote all table names and add more support for mysql 12 years ago
Paul Winkler 7f53d5a69d correctly visit direction text node on postgres and correct test to only have one space before direction 12 years ago
Paul Winkler 4ef13156ff add mysql order by column format. mysql doesn't allow brackets around the order items. 12 years ago
Paul Winkler f9735c459d missing break in setDialect 12 years ago
Paul Winkler 914ac2b5b4 make mysql dialect only contain the differences to postgres, for ease of maintenance 12 years ago
Paul Winkler e55cb2f878 add basic mysql support 12 years ago
Brian C baa59c9b2e Merge pull request #40 from esessoms/jshint 12 years ago
Eric Sessoms dc1987bdc8 lints cleanly 12 years ago
Brian Carlson ce775dc37f version bump 12 years ago
Brian C 4493f7826b Merge pull request #38 from esessoms/chainable-joins 12 years ago