Commit Graph

  • 7d12fb3ec4 added keyword list generator. Now understanding names in double quotes Pedro 2014-11-07 16:29:46 +0100
  • 0b444c1955 added destructors Pedro 2014-11-07 15:21:54 +0100
  • c5d3a84395 query parser now returns a list of statements Pedro 2014-11-07 02:00:09 +0100
  • 7c30786b53 now parsing ImportStatements Pedro 2014-11-07 01:09:06 +0100
  • 6a01ae42a4 added sample queries Pedro 2014-11-05 16:09:56 +0100
  • 34da5535fe added support for comments and like operator Pedro 2014-11-05 15:54:41 +0100
  • 107dffc0c5 added performance data to frontend. cutting results display at 100 rows Pedro 2014-11-05 12:20:29 +0100
  • 19994085da added frontend to execute queries on hyrise and display result table #2 Pedro 2014-11-05 12:01:01 +0100
  • a3180bca68 Merge branch 'master' of github.com:torpedro/sql-parser Pedro 2014-11-04 15:44:23 +0100
  • 079162542a switched to verbose error messages Pedro 2014-11-04 15:44:11 +0100
  • 4bf304040d Update README.md Pedro Flemming 2014-11-04 10:22:06 +0100
  • 2a0b1fcf7e created join table instead of join statement. this is what sql actually defines Pedro 2014-11-04 10:05:09 +0100
  • afe8dafef5 implemented table alias Pedro 2014-11-04 01:42:09 +0100
  • b06ea85ff5 allowing column ref with table specified Pedro 2014-11-04 00:40:30 +0100
  • 33e04efcab creating join statement object Pedro 2014-11-04 00:34:32 +0100
  • aab1684f5f renaming analysis Pedro 2014-11-04 00:28:24 +0100
  • a65cd3a67c Update README.md Pedro Flemming 2014-11-04 00:22:59 +0100
  • f74f5f36bc Update README.md Pedro Flemming 2014-11-04 00:17:32 +0100
  • 51d00b969b extended print helper Pedro 2014-11-04 00:10:03 +0100
  • 9002abe81b added an error statement type Pedro 2014-11-04 00:02:40 +0100
  • 71e80cc17e implemented join grammar Pedro 2014-11-03 23:57:42 +0100
  • 1ee767a31e added a grammar test executable Pedro 2014-11-03 23:26:44 +0100
  • ff0167cde6 added join definition to grammar. put limit and order tokens into lexer Pedro 2014-11-03 23:26:33 +0100
  • ae44960bad removed obsolete incomplete lemon sql parser code Pedro 2014-11-03 23:03:49 +0100
  • 195f9f46eb Update README.md Pedro 2014-10-31 18:54:00 +0100
  • d48b6c3c77 added build goal to makefile Pedro 2014-10-31 18:49:20 +0100
  • c1c5fba762 namespaced the library in namespace hsql Pedro 2014-10-31 18:36:02 +0100
  • 3c69e33d5a prefixed parser and lexer with hsql_ Pedro 2014-10-31 18:24:47 +0100
  • 16dbe70ea4 minor renaming and namespacing Pedro 2014-10-31 18:05:08 +0100
  • 794a17c04c added limit and order by to grammar Pedro 2014-10-27 14:54:15 +0100
  • b11e52bd6e added int type to lexer Pedro 2014-10-27 13:54:16 +0100
  • e177b8cef7 added frame for join statements Pedro 2014-10-27 12:09:53 +0100
  • bb1ec42022 Merge branch 'master' of github.com:torpedro/sql-parser Pedro 2014-10-27 11:49:09 +0100
  • ef716ec742 added object members for having, limit, order Pedro 2014-10-27 11:48:55 +0100
  • f319a02a85 naming changes Pedro 2014-10-27 11:23:31 +0100
  • f2cc8cd9b6 Update README.md Pedro 2014-10-24 17:37:03 +0200
  • 0b9d10f726 extended gitignore Pedro 2014-10-24 17:30:53 +0200
  • bcb39ee291 extended unary expr support Pedro 2014-10-24 17:17:40 +0200
  • f0bb8592cc removed Statement.cpp Pedro 2014-10-24 16:51:49 +0200
  • e24a2ae88d major improvements to expr-structure Pedro 2014-10-24 16:10:38 +0200
  • 67d2ad9336 tests fix Pedro 2014-10-24 13:49:49 +0200
  • eb6444fd2f extended tableref and implemented helper function to print select statements Pedro 2014-10-23 18:12:03 +0200
  • c6cd391301 added ignores Pedro 2014-10-23 16:31:54 +0200
  • ac71302a49 minor changes Pedro 2014-10-23 16:31:17 +0200
  • 4415273e2e changed .c files to .cpp files Pedro 2014-10-23 16:29:23 +0200
  • 3c520b7aa4 minor changes. and extended token list Pedro 2014-10-23 11:41:44 +0200
  • e886ae1644 added special expression type for star selector Pedro 2014-10-22 17:46:52 +0200
  • 8e968ffb41 switched to structs insetead of classes Pedro 2014-10-22 17:42:05 +0200
  • 1357458094 minor changes Pedro 2014-10-22 17:20:50 +0200
  • 200402bab2 now supporting * in select list Pedro 2014-10-22 17:18:43 +0200
  • 5dfcce1b7d added benchmarking method to tests Pedro 2014-10-22 16:48:02 +0200
  • e71b76dc71 added a prefix for the tokens Pedro 2014-10-22 16:30:45 +0200
  • d2baa4a3c0 now using tokens to describe predicate type instead of string Pedro 2014-10-22 16:01:25 +0200
  • d2b5e10945 added documentation to lexer and grammar files Pedro 2014-10-22 15:43:27 +0200
  • b92bbd9157 some clean up Pedro 2014-10-20 23:19:27 +0200
  • 23cdcd5613 syntax fix Pedro 2014-10-20 22:34:34 +0200
  • 6876de5ca8 naming changes Pedro 2014-10-20 22:33:36 +0200
  • caaa010160 autoformat Pedro 2014-10-20 22:24:06 +0200
  • bb381be55f extended flex to use custom token type Pedro 2014-10-17 17:43:57 +0200
  • 0a8cced386 started work on a lemon sql parser Pedro 2014-10-17 16:26:06 +0200
  • 75a4bed720 added multithreading test Pedro 2014-10-17 16:25:55 +0200
  • b97ae3545f moved bison related files into subdirectory bison Pedro 2014-10-16 15:54:51 +0200
  • ce45347561 minor renaming Pedro 2014-10-16 15:35:38 +0200
  • 4ee7863ddd added todo notes Pedro 2014-10-16 15:31:40 +0200
  • 6d5f42daf7 added a working thread-safe lemon example Pedro 2014-10-16 15:30:59 +0200
  • 97465b12e2 implemented where clause into parser Pedro 2014-10-08 19:46:25 -0700
  • d6598d6cf6 refactored Expr to be struct and have a type Pedro 2014-10-08 19:26:38 -0700
  • 0e5477f916 renaming Pedro 2014-10-08 19:09:47 -0700
  • 592d427f7a refactored grammar. now includes where clause Pedro 2014-10-08 17:55:07 -0700
  • dee7fb6468 started implementing a prototype of executing sql statements Pedro 2014-10-08 17:11:23 -0700
  • 6ea2c0e318 commit of current state Pedro 2014-10-08 16:30:22 -0700
  • b5e65a7821 Initial commit Pedro 2014-10-09 01:27:56 +0200