UnQL

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

14 check-ins that include changes to files matching 'tool/*'

2011-07-28
16:43
Add optional ASYNCHRONOUS and SYNCHRONOUS keywords in front of INSERT. check-in: 0030b61e78 user: drh tags: trunk
2011-07-21
18:59
Add support for DISTINCT. check-in: 4e6e4ec201 user: dan tags: trunk
2011-07-16
12:22
Add parsing of "in" and "WITHIN" operators. Missing implementions. check-in: a8abdbeadb user: drh tags: trunk
2011-07-15
20:41
Parser changes to bring expression processing closer to javascript. check-in: 47a517ea6e user: drh tags: trunk
18:36
Change the NOT operator into !. check-in: 59096a3d9c user: drh tags: trunk
18:22
Keywords "true", "false", and "null" are now lower-case. ("NULL" can also optionally be all upper-case.) Use && and || instead of AND and OR. check-in: 340cf0441f user: drh tags: trunk
2011-06-30
15:51
Added preliminary UPSERT syntax. Added some simple UPDATE test cases, but since the UPDATE code is not in place, those test cases are currently failing. check-in: c0f72777e2 user: drh tags: trunk
2011-06-29
17:53
Change DATASET to COLLECTION. check-in: 1db9558acf user: drh tags: trunk
2011-06-21
20:36
Improvisations directed toward implementing the query engine. check-in: 26fd1b039d user: drh tags: trunk
17:31
Rename TABLE to DATASET. check-in: b854a47a54 user: drh tags: trunk
2011-06-13
14:47
Incremnetal checkin: License changes to 2-clause BSD. Add parser tracing capabilities. check-in: 0d158ca207 user: drh tags: trunk
2011-06-10
14:48
Work toward adding actions to the parser. Does not compile due to missing action functions. check-in: b58626ec0a user: drh tags: trunk
2011-06-09
17:23
Infrastructure to build a shell. Still does not do anything. check-in: 78f2b22130 user: drh tags: trunk
03:39
Added makefiles and lemon source code. Fix the grammar so that it compiles with no conflicts. check-in: 278335a792 user: drh tags: trunk