- 5aa7672 syncbase: syncQL: add Split and Len functions. by John Kline · 10 years ago
- 6bf4e90 syncbase/syncQL: remove: Type(v) = "<short-type-name>" support. by John Kline · 10 years ago
- 27e0db3 syncbase: syncQL: replace t with Type(), remove restrictions on k by John Kline · 10 years ago
- 92e1881 TBR syncbase: fix mem ownership bug in watchable txn by Adam Sadovsky · 10 years ago
- 3275b48 Add expected database schema version to RPCs. by Jatin Lodhia · 10 years ago
- e7b44ca syncbase/vsync: by Himabindu Pucha · 10 years ago
- 8749d23 syncbase: various small improvements, needed for demo by Adam Sadovsky · 10 years ago
- 6165d5f syncbase: syncQL: excersize syncbase impl of query_db.Scan by John Kline · 10 years ago
- 24faa3d syncbase/vsync: by Himabindu Pucha · 10 years ago
- bc5a046 syncbase: syncQL: support k not like "<wildcard-string>" by John Kline · 10 years ago
- b480ea8 syncbase/vsync: Implementation for SyncGroup related getters and setspec. by Himabindu Pucha · 10 years ago
- aaacd3a Merge "syncbase API: client watch, addressing v.io/c/13615 comments" by Sergey Rogulenko · 10 years ago
- 1a42be3 syncbase: syncQL: Fix typo pointed out by Ivan. by John Kline · 10 years ago
- d2331e1 Merge "syncbase: syqnQL: query_parser/doc.go: doc.go syntax update" by John Kline · 10 years ago
- d6a7557 syncbase: 1st setup in hookup of blob store by Raja Daoud · 10 years ago
- ffe7786 syncbase API: client watch, addressing v.io/c/13615 comments by Sergey Rogulenko · 10 years ago
- 8ebf957 syncbase: syqnQL: query_parser/doc.go: doc.go syntax update by John Kline · 10 years ago
- af93faa Add schema to syncbase by Jatin Lodhia · 10 years ago
- 7ff3995 syncbase/vsync: vdl for client-facing blob API. by Himabindu Pucha · 10 years ago
- ce1ac14 Merge "syncbase API: client watch (VDL only)" by Sergey Rogulenko · 10 years ago
- 4a2bb55 syncbase API: client watch (VDL only) by Sergey Rogulenko · 10 years ago
- d654f30 syncbase/vsync: Addressing comment in go/vcl/13529. by Himabindu Pucha · 10 years ago
- d994efa syncbase/vsync: more sync integration tests by Raja Daoud · 10 years ago
- 4682764 syncbase: syncQL: queries can drill into maps,sets,arrays,lists. by John Kline · 10 years ago
- 2efc28e syncbase/vsync: More integrations tests covering nested and peer syncgroups. by Himabindu Pucha · 10 years ago
- d0c09ee syncbase/sb51: Make query demo tool a proper syncbase client. by Ivan Pilat · 10 years ago
- 281fc9e syncbase: Add Exists rpc method to app, db, table, row. by Ivan Pilat · 10 years ago
- 49d8e30 syncbase/vsync: by Himabindu Pucha · 10 years ago
- 5f89562 syncbase/vsync: bootstrap sync metadata for SyncGroup by Raja Daoud · 10 years ago
- 714363e Merge "device manager test" by Sergey Rogulenko · 10 years ago
- 476e223 Merge "syncbase: simplify store_util and its clients" by Adam Sadovsky · 10 years ago
- bb54cf0 syncbase/vsync: 1st end-to-end integration test. by Raja Daoud · 10 years ago
- dab28ef syncbase: simplify store_util and its clients by Adam Sadovsky · 10 years ago
- 67f10ac device manager test by Sergey Rogulenko · 10 years ago
- 13a6d4a syncbase: support restarts by Adam Sadovsky · 10 years ago
- ab91610 syncbase: SyncQL: Support key expression operators: <,<=,>,>=,<>. by John Kline · 10 years ago
- a142e40 syncbase: improve comments about concurrency by Adam Sadovsky · 10 years ago
- 19133a0 syncbase/vsync: Initiator module. by Himabindu Pucha · 10 years ago
- 801c68a syncbase/store: Scan/Exec after Put/Delete in a transaction. by John Kline · 10 years ago
- da06920 syncbase: improve test blessing setup & use AllowEveryone dispatcher by Adam Sadovsky · 10 years ago
- 3488366 syncbase/v23: simple integration test by Sergey Rogulenko · 10 years ago
- f551bb1 query/demo: Change JSON output to array of objects. by Ivan Pilat · 10 years ago
- f9e3b6f syncbase/vsync: Bug fix for create/join syncgroup tests. by Himabindu Pucha · 10 years ago
- 0663113 query/demo: Add JSON output support. by Ivan Pilat · 10 years ago
- 1404017 Merge "syncbase: Change many uses of v23.NewServer to use xrpc.New*Server instead." by Matt Rosencrantz · 10 years ago
- 9694ddd syncbase: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
- 4143b8e syncbase: syncQL: query optimization and regex rewrite by John Kline · 10 years ago
- 445e041 server: implement prefix ACLs by Sergey Rogulenko · 10 years ago
- 25cf1b8 query/demo: Add support for printing more types. by Ivan Pilat · 10 years ago
- 73367a4 Support query in batch operations. by John Kline · 10 years ago
- 4894fb1 syncbase: syncQL: integrate syncQL with key value store by John Kline · 10 years ago
- 9b78b36 syncbase: BeginBatch() bugfix and restartability TODOs by Adam Sadovsky · 10 years ago
- a0dbcc7 syncbase: syncQL: key prefixes bugfix by John Kline · 10 years ago
- 2153139 Merge "server: make app.DeleteNoSQLDatabase actually delete the data" by Sergey Rogulenko · 10 years ago
- d228f9d syncbase/store: Get after Put/Delete in a transaction. by Raja Daoud · 10 years ago
- 5d4ada5 server: make app.DeleteNoSQLDatabase actually delete the data by Sergey Rogulenko · 10 years ago
- 0758305 syncbase/vsync: Handle JoinSyncGroup RPC from client-syncbase. by Himabindu Pucha · 10 years ago
- fd0cd95 syncbase: implement client batches by Adam Sadovsky · 10 years ago
- 5aeb486 syncbase: make storage engine somewhat configurable by Adam Sadovsky · 10 years ago
- aebb6d8 TBR syncbase: tiny bugfix by Adam Sadovsky · 10 years ago
- c5cc4a3 syncbase: various small additions and enhancements by Adam Sadovsky · 10 years ago
- e407a8f syncbase: syncQL: rename field in struct in query_test.go. by John Kline · 10 years ago
- fd5a59f syncbase: syncQL: implement functions in select clause. by John Kline · 10 years ago
- 41212cb syncbase/vsync: Handle CreateSyncGroup RPC from client-syncbase. by Himabindu Pucha · 10 years ago
- b2510b6 syncbase: syncQL: add support for functions and add time type by John Kline · 10 years ago
- 85b45d3 syncbase: store log entries chronologically by Adam Sadovsky · 10 years ago
- 1a066a8 syncbase: use byte[] for range start/limit in wire API by Adam Sadovsky · 10 years ago
- 03d0ae3 syncbase: watchable store with versioning support by Adam Sadovsky · 10 years ago
- c0f3cbe syncbase/server: Implement GlobChildren__ instead of Glob__. by Nicolas Lacasse · 10 years ago
- b48fd52 query/demo: Fix broken shutdown. by Ivan Pilat · 10 years ago
- 6de0bb2 query/demo: Right-justify numbers. by Ivan Pilat · 10 years ago
- 78b01d4 TBR: InitForTest was renamed to V23Init in http://v.io/c/11860. by Ken Ashcraft · 10 years ago
- e8f6162 query/demo: Choose between CSV and pretty-printed output. by Ken Ashcraft · 10 years ago
- 35653b7 syncbase: add hook to get service and DB stores (needed by sync) by Adam Sadovsky · 10 years ago
- 5ca52dc query/demo: Fix multi-token parsing. by Ken Ashcraft · 10 years ago
- bdb2bfa Merge "syncbase: clean up confusion around relnames and fullnames" by Adam Sadovsky · 10 years ago
- af0467c syncbase/vsync: Scaffolding to start integrating sync into store. by Himabindu Pucha · 10 years ago
- 8145a84 syncbase: clean up confusion around relnames and fullnames by Adam Sadovsky · 10 years ago
- 569c0d3 Merge "query/demo: Detect if os.Stdin is a terminal." by Ken Ashcraft · 10 years ago
- a46a7ea TBR syncbase: s/end/limit/ by Adam Sadovsky · 10 years ago
- 13922e3 syncbase: Implementation and tests for Glob and Scan. by Adam Sadovsky · 10 years ago
- 8d409c1 query/demo: Detect if os.Stdin is a terminal. by Ken Ashcraft · 10 years ago
- f01b7cc TBR: Fix build. Remove unneeded imports. by Ken Ashcraft · 10 years ago
- 1978bcb Merge "query/demo: Delimit queries with semicolon." by Ken Ashcraft · 10 years ago
- 4006458 syncbase: syncql: Switch to using verror. by John Kline · 10 years ago
- a18b82a query/demo: Delimit queries with semicolon. by Ken Ashcraft · 10 years ago
- bdbb819 syncbase: syncQL: Implement as for projection (to rename headings). by John Kline · 10 years ago
- dcb8e44 synbase: syncQL: demo program enhancements by John Kline · 10 years ago
- 7c1b11d syncbase: syncQL: switch from operating on interface{} values to *vdl.Value values. by John Kline · 10 years ago
- 67e5f7c TBR syncbase: fix build (x/ref/runtime), regen vdl by Adam Sadovsky · 10 years ago
- 246c751 synbase: query: add "is nil" and "is not nil" expressions. by John Kline · 10 years ago
- 5809712 syncbase: query: Changes per kash comments on 10211, 10512, 10904. by John Kline · 10 years ago
- 07358ed syncbase: fix various "go vet" errors by Adam Sadovsky · 10 years ago
- 71475f8 syncbase: query: add functions to parser only. by John Kline · 10 years ago
- fa5f16f syncbase: update server impl to reflect API changes by Adam Sadovsky · 10 years ago
- 394cf2b syncbase: query: more code cleanup by John Kline · 10 years ago
- e92c39e syncbase: query: code cleanup: make some structs & funcs, private by John Kline · 10 years ago
- 00aa176 syncbase: SyncQL demo program changes, query eval bugfix. by John Kline · 10 years ago
- 5da67a2 syncbase: query: demo cmd line program to execute queries. by John Kline · 10 years ago
- bebe585 syncbase: query: Implement query exec with streaming. by John Kline · 10 years ago