| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'miloops/master' into miloops | Bryan Helmkamp | 2009-09-20 | 33 | -49/+66 |
|\ |
|
| * | Use load path rather than relative path for spec_helper requires. Also fixes ... | Jeremy Kemper | 2009-09-14 | 33 | -33/+33 |
| * | Allow SQL strings to insert query. Insert should better return engine's result. | Emilio Tagua | 2009-07-01 | 2 | -10/+9 |
| * | Build valid SQL query for SQLite3 and PostgreSQL when updating records with l... | Emilio Tagua | 2009-06-23 | 1 | -6/+12 |
| * | Allow expressions on literal SQL fragments | Emilio Tagua | 2009-05-28 | 1 | -0/+12 |
* | | Bug fix: Don't use #delegate to declare delegations when intentionally delega... | Lee Bankewitz | 2009-08-10 | 1 | -0/+15 |
|/ |
|
* | Adding SqlLiteral with spec for counts | Bryan Helmkamp | 2009-05-19 | 1 | -0/+23 |
* | Expand sql engine CRUD specs | Bryan Helmkamp | 2009-05-18 | 1 | -5/+14 |
* | Remvoing unused variable from spec | Bryan Helmkamp | 2009-05-18 | 1 | -1/+0 |
* | Adding skeleton of spec for CRUD operations in Sql::Engine | Bryan Helmkamp | 2009-05-17 | 1 | -0/+36 |
* | Moving SQL predicates spec to correct dir | Bryan Helmkamp | 2009-05-17 | 1 | -0/+65 |
* | Added PostgreSQL to build | Bryan Helmkamp | 2009-05-17 | 4 | -10/+75 |
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 18 | -27/+27 |
* | joining across engines in either direction | Bryan Helmkamp | 2009-05-17 | 1 | -11/+28 |
* | initial implementation of cross-engine join | Bryan Helmkamp | 2009-05-17 | 1 | -0/+31 |
* | basic implementation of in memory insertions | Bryan Helmkamp | 2009-05-17 | 1 | -0/+28 |
* | performing in memory joins | Nick Kallen | 2009-05-17 | 1 | -0/+32 |
* | better test ordering | Bryan Helmkamp | 2009-05-17 | 6 | -86/+145 |
* | recursive memory operations now possible | Bryan Helmkamp | 2009-05-17 | 1 | -26/+57 |
* | removed duplicates from sql tests | Bryan Helmkamp | 2009-05-17 | 13 | -553/+1 |
* | reorganizing tests | Nick Kallen | 2009-05-17 | 24 | -0/+2280 |