-
I want to read the diff between versions. This is a bit hard without git tag :cry:
-
Need to implement such constraints for INSERT and UPDATE queries, also honor the "cascade" keyword in the schema.
-
Need a mechanism to automatically generate a d.ts file from the source code. The generated file should be hosted in our dist/ folder, but probably also a good idea to put it in https://github.com/bori…
-
I have read the docs and tried the demos at http://google.github.io/lovefield/
and indeed LoveField does **NOT** yet support Safari
Is there any chance of officially supporting Safari via a shim suc…
-
The dependencies are not ordered correctly at https://github.com/google/lovefield/blob/master/tools/builder.js#L52, which produces a bad binary (errors thrown at runtime).
-
The README.md file at: https://github.com/google/lovefield/tree/master/demos/olympia_db/polymer needs to be corrected
from:
Step 7: Navigate to http://localhost:8000/demo-angular.html, and start maki…
-
Trying to use in Chrome App. Get error: "Uncaught TypeError: Cannot set property 'Error' of undefined".
Screenshot: http://take.ms/NKjho
Tools:
grunt v0.4.5
browserify v10.1.3
lovefield v2.0.50
Ex…
-
for example given a table "item" and a table "task" with a "itemId"
```
var item = db.getSchema().table('item');
var task = db.getSchema().table('task');
db.select().from(item).innerJoin(task, task.i…
-
-
.... or add a new closure_enty_file flag instead of reusing the existing flag.
Asking for this because I am interested in compiling JSUnit tests individually (just for type checking, no intention to …