-
In issue #27 there was a request for allowing the developer to figure out the order of changes across object stores. Since the changes are stored in a `Map` style, we only see the ordering on a per-ob…
-
Hello, I'm using version 2.1.8 of lovefield and I've come across an issue with deferrable constraints.
According to the documentation, deferrable constraints can be violated during a transactions, a…
-
I saw in the wiki the suggestion about making a [Pomodoro Playlist](https://github.com/simon-weber/Autoplaylists-for-Google-Music/wiki/Tips-and-Tricks#pomodoro-playlist) and I thought to myself that i…
-
双休日在知乎上和朋友讨论这个问题时想到的一个对乐观更新的思考。
客户端有时会需要这样一种场景的支持:
前端会发起一个数据 C/U/D 的操作,但需求是在远端确认之前将率先修改后的变化响应在客户端界面。
之前考虑这个问题时,就觉得操作更新的rollback似乎很难做,原因有二:
1) 如果要回滚,那 rollback handler 里必须有数据整行快照 (有潜在的实现成本,亦可能不…
-
**문제점**
**개선방안**
-
I found this when I was trying to create a query that will return a list of task.
Here is the query
```javascript
var query = db.select(task.id,
task.note,
).
from(item).
…
-
Version: 2.1.12
Using persistentIndex(true) causes an error when calling schemaBuilder.connect(), making it unusable since you can't get past that step.
Code to reproduce: (link to jsfiddle: htt…
-
The new [Layered API proposal](https://github.com/drufball/layered-apis) is trying to enable standardization of web features that are high level, yet which are entirely implemented in terms of lower-l…
-
Hi !
I use raven reader in personal and at work and I would love to synchronize my articles (including those read and those not read) between my two computers. It would be very interesting to add thi…
-
I have been using lovefield for a while, but now I am starting to use DATE_TIME columns. I discover that if they are .addIndex()-ed they must be specified explicitly on .insert() - even if made .addNu…