-
current Query doesn't work:
DELETE SRecord, Schedule FROM SRecord INNER JOIN Schedule ON SRecord.sid=Schedule.sid WHERE SRecord.sid = 1
-
SRecord reading fails on hex files targeting devices with 16-bit bytes (such as TI Piccolo), where **4 hex digits** increment address by 1. Below is a beginning of such file:
```
S00600004844521B
S20…
-
If two same student records but different sid are inserted into SRecord table, the database does not aware of that. It will blindly insert two duplicate SRecords with different sid.
-
Adding a student record (in the source release distributed as the beta -- I haven't reproduced this on trunk) without a value set for start date causes an application crash. Backtrace:
``````
DB LIST…
tedks updated
9 years ago
-
So with the recent python changes, bottles for formulae that require python (`depends_on :python`). I thought the idea was that when the user does not use brewed python, these formulae are built from …
-
I pulled sugarrecord submodule HEAD and changed the setup (added core and Realm folders directly to project) and now I get two new errors:
for this code:
var dbCards: [Card]? = Card.by("cloudUUID", …
-
I'm trying to use the chroot plugin, and have a .pbuilderrc file setup that works successfully when I run pbuilder --create manually. However, when I try to use the plugin according to the instructio…
n2aws updated
9 years ago
-
When building **mbed-coap-example-private** with yotta for **armcc** on Windows 7 64 bit I have below error:
```
Error: L6833E: File '@CMakeFiles/mbed-hal-ksdk-mcu.rsp' does not exist
```
Command se…
-
I would like us to have a clear link to a stable version. Proof of stability could be as simple as being around for long enough. We should have a "Download stable version" link in the main README.md.
-
At least get it working on Travis
- [x] Linux
- [ ] Mac