Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Cross join works other than expected or something changed. The
_sGetMember2 returned too many rows. Replaced it with an explicit
join statement.
|
|
|
|
yet in client) toward GitHub issue #178
|
|
|
|
|
|
|
|
Multiple statements in a sqlite3_prepare_v2 is not usable. Only
the first statement will be executed.
Since the schema now uses 'ON DELETE CASCADE', there's only
one statement needed.
If multiple statements are needed, there should be either multiple
sqlite3_prepare_v2 calls be used or the sqlite3_exec function.
|
|
|
|
|
|
|
|
start on a NodeJS class for talking to the network controller.
|
|
|
|
convenience request in ControlPlane for scripted testing.
|
|
|
|
eliminating caching for now. We will re-add if it is needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for consistency.
|