-
> code generated by lovefield-spac is not supposed to be used with lovefield.min.js (or lovefield.js). lovefield-spac is targeting users who would like to type check and compile the code themselves (w…
-
@arthurhsu , I was using lovefield for a project of mine. It was working perfectly a couple of days ago. However, on running the same code today, I got the following error on (anonymous function) @ …
-
Hi. I'm using lovefield in a project that uses the [Aurelia framework](http://aurelia.io/). We use jspm for package management. We make extensive use of observable queries to update our UI. After a re…
-
Copied from https://github.com/google/lovefield/issues/111 and reported by codeBelt:
I get a `[object SQLError]` error if I create a table with the name 'Group'. Renaming it fixes the issues.
Check i…
-
If I do "Rating = 5" then "Any" of any two conditions, the 'test' is undefined, and the playlist is blank. Doesn't work if the subconditions are "All".
-
I have managed to run Lovefield's performance dashboard tool as an Android app, using Apache Cordova. The process of putting the app together though was very manual (I had to copy files around and mod…
-
When I running performance test by
`gulp test --target=perf "--browser=firefox"`
It's failed with the following result:
```
[00:28:09] Using gulpfile C:\CI-Cor\ks\lovefield\gulpfile.js
[00:28:09] St…
-
Currently it is:
`addPrimaryKey(columns: Array|Array): TableBuilder`
Should be this:
`addPrimaryKey(columns: Array|Array, opt_autoInc?: boolean): TableBuilder`
https://github.com/google/lovefield/bl…
-
That would be useful for badly tagged uploaded-and-not-matched songs.
-
So, I suspect the fix in #120 is responsible for a regression (or possibly for exposing a latent bug).
I have a tool that does a query like:
```
SELECT * FROM tests
LEFT OUTER JOIN test_results AS …