150 Commits (88bf960515a232f1289b5c812000003531e93cc1)
 

Author SHA1 Message Date
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
Eric Sessoms 12fb2dcb88 should be able to chain leftJoin 12 years ago
Brian C 479f28d107 Update README.md 12 years ago
bmc 66d100adbe version bump 12 years ago
Brian C e56fc242b1 Merge pull request #37 from mrlannigan/master 12 years ago
Julian Lannigan 318037be4d added the aggregate COUNT function 12 years ago
bmc 78a8cdda13 version bump 12 years ago
Brian C 616a0b5a52 Merge pull request #35 from CSNW/update-col-prefixes 12 years ago
Peter Rust 2ca7c423a1 Fixed update() so it would prefix ambiguous source columns 12 years ago
Peter Rust e78f49b78f Merge branch 'master' of https://github.com/CSNW/node-sql 12 years ago
Peter Rust e83e49164e Added support for passing an object to .where() 12 years ago