1. 5da67a2 syncbase: query: demo cmd line program to execute queries. by John Kline · 9 years ago
  2. 130cb56 remove levigo by Sergey Rogulenko · 9 years ago
  3. bebe585 syncbase: query: Implement query exec with streaming. by John Kline · 9 years ago
  4. 88692bb TBR syncbase: actually disable levigo test by Adam Sadovsky · 9 years ago
  5. 4923c4d TBR syncbase: disable levigo test by Adam Sadovsky · 9 years ago
  6. f0337a8 TBR: syncbase: fix build breakage due to vom API change by Adam Sadovsky · 9 years ago
  7. fbee4c3 syncbase: query: implement ComposeProjection and ExecSelectSingleRow. by John Kline · 9 years ago
  8. 4309be6 syncbase: query: change type to 't' in query language. Squelch scanner stderr msgs. by John Kline · 9 years ago
  9. b7dd7c8 syncbase: query: mv query packages under nosql/internal. by John Kline · 9 years ago
  10. 45a0eaa syncbase: query: reorg: mv query_parser & query_checker pkgs under query by John Kline · 9 years ago
  11. 93f2e32 syncbase: query: implement evaluation of where clause. by John Kline · 9 years ago
  12. 2e90bc2 syncbase: moving levigo from third_party into roadmap.go.syncbase by Jiri Simsa · 9 years ago
  13. fb76939 x/ref/services/syncbase/sync: fix build by Adam Sadovsky · 9 years ago
  14. aaac8aa Internal storage engine api by Sergey Rogulenko · 9 years ago
  15. 382e877 synbase: query: Initial query package. by John Kline · 9 years ago
  16. e586bc7 syncbase: query_[checker|parser]: collect key prexies, compute like regexes. by John Kline · 9 years ago
  17. 1c3dd7e Syncbase: tweaks to NoSQL transaction API and options by Adam Sadovsky · 9 years ago
  18. aba9d50 Syncbase client: shuffle around client libs, restore compilaation by Adam Sadovsky · 9 years ago
  19. ba4eb82 syncbase: query_parser: change parser to only parse single statements. by John Kline · 9 years ago
  20. b790ed2 Merge "BatchOptions, RunInBatch helper, and some cleanups." by Adam Sadovsky · 9 years ago
  21. 48e2a9b Merge "syncbase: query_parser: support additional operators: <=, <, >, >=" by John Kline · 9 years ago
  22. c25922a BatchOptions, RunInBatch helper, and some cleanups. by Adam Sadovsky · 9 years ago
  23. 773e1df Merge "syncbase: replace veyron/ with x/ref/" by Adam Sadovsky · 9 years ago
  24. 376a761 syncbase: query_parser: support additional operators: <=, <, >, >= by John Kline · 9 years ago
  25. 45eb648 syncbase: query_checker: Initial semantic checker for NoSQL query langauge. by John Kline · 9 years ago
  26. ccac7f4 syncbase: replace veyron/ with x/ref/ by Adam Sadovsky · 9 years ago
  27. 720ce0c Fix s/etag/version/ breakage, plus other minor cleanups/comments. by Adam Sadovsky · 9 years ago
  28. 62b3336 syncbase: query_parser: save offsets in AST so they are available to semantic checker. by John Kline · 9 years ago
  29. cf08dd6 Starting on NoSQL API with prefix-based permissions. by Ken Ashcraft · 9 years ago
  30. 5cfbcfe TBR: Ignore tests while we rewrite the API. by Ken Ashcraft · 9 years ago
  31. b450f87 TBR: Fix compilation error after security package was renamed. by Ken Ashcraft · 9 years ago
  32. d70f2ce Merge "v.io/syncbase: Package v.io/x/ref/test/security has moved to v.io/x/ref/test/testutil" by Mike Burrows · 9 years ago
  33. 12d58dc v.io/syncbase: Package v.io/x/ref/test/security has moved to v.io/x/ref/test/testutil by Mike Burrows · 9 years ago
  34. 582149f syncbase/sync: Fix field renaming in test code. by Raja Daoud · 9 years ago
  35. 3034d8f Rename a couple of acronyms. by Ken Ashcraft · 9 years ago
  36. 2f06c9e veyron/services/syncbase/sync: Rename ID to Id. by Raja Daoud · 9 years ago
  37. 52a60fe syncbase: query_parser: simplify from clause (allow only one table, remove 'AS' sub-clause). by John Kline · 9 years ago
  38. c77d3d5 syncbase: query_parser: Add support for limit and offset clauses. General cleanup. by John Kline · 9 years ago
  39. bfba099 Run "v23 copyright fix roadmap.go.syncbase" by Ken Ashcraft · 9 years ago
  40. b72f36a TBR: Fix a bunch of compilation errors. by Ken Ashcraft · 9 years ago
  41. 35220d6 Rename ID to Id in vdl according to Vanadium style. by Ken Ashcraft · 9 years ago
  42. 428b5ef Parser for syncbase key value store query language (aka, select statement). by John Kline · 9 years ago
  43. a724bd9 veyron/services/syncbase/sync: SGtable support. by Raja Daoud · 9 years ago
  44. 44f779a syncbase: TaggedACLMap -> Permissions and all the corresponding changes. by Himabindu Pucha · 9 years ago
  45. 4cc2bae veyron/services/syncbase: Moving over some more sync code at the functional level. by Himabindu Pucha · 9 years ago
  46. e706dcd syncbase: VDl context to call. by Suharsh Sivakumar · 9 years ago
  47. f9a5b14 syncbase: Update many variable names for *Calls to call. by Matt Rosencrantz · 9 years ago
  48. 82e0c1a TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 9 years ago
  49. 9bfed20 syncbase: Rename things called *Context to *Call. by Matt Rosencrantz · 9 years ago
  50. a3aa83a veyron/services/syncbase: fix references to vlog, which has moved to v.io/x/lib by James Ring · 9 years ago
  51. 8b51960 veyron/services/syncbase: start adding Sync code. by Raja Daoud · 9 years ago
  52. 7fb4924 syncbase: moving vlog from release.go.v23 to release.go.x.lib by Jiri Simsa · 9 years ago
  53. 134eaf6 TBR renaming party by Jiri Simsa · 9 years ago
  54. 90fd355 syncbase: first cut at client implementation by Adam Sadovsky · 9 years ago
  55. e86f5bd4 syncbase: The vdl "any" type is now generated as go *vdl.Value. by Todd Wang · 9 years ago
  56. e40e526 syncbase: address a couple TODOs by Adam Sadovsky · 9 years ago
  57. 7b3e0e5 syncbase: basic server implementation by Adam Sadovsky · 9 years ago
  58. d67b505 TBR syncbase: Update vdl per go/vcl/4751 by Todd Wang · 9 years ago
  59. 07de92c verror: addressing https://github.com/veyron/release-issues/issues/1080 by Jiri Simsa · 9 years ago
  60. a08f310 syncbase: server RPC boilerplate by Adam Sadovsky · 9 years ago
  61. f0d84f0 syncbase: first cut at vdl and go APIs by Adam Sadovsky · 9 years ago
  62. cedf1bc Adding .v23 to .gitignore. by Jiri Simsa · 9 years ago
  63. efecd84 Initial empty repository by Jiri Simsa · 9 years ago