-
We currently perform a lot of needless allocation when we read and write data.
When reading a result value, a byte buffer is allocated, we read from the stream into it, we pass it to the converter co…
-
I recently came across [SQLite-Net Extensions](https://bitbucket.org/twincoders/sqlite-net-extensions), which is a nice library for adding support for managing associations and relations in your SQLit…
-
This json seems not working:
{"name": "wfb04250536lsr.cloudapp.net", "succeeded": {"fortune": [], "plaintext": [], "db": [], "update": [], "json": [], "query": []}, "failed": {"fortune": [], "plaintex…
xqiu updated
10 years ago
-
I'm just wondering, have you've considered including a SqlBuilder with Insight?
One of the great things about Insight and most micro ORMs is that it puts the developer in control of the SQL that gets…
-
**Migrated issue, originally created by Leonardo Rossi ([@hachreak](https://github.com/hachreak))**
update: this specifically hits the _stored_in_collection assertion because the check for `if event_…
-
I noticed the [OracleProvider](https://github.com/sapiens/SqlFu/blob/master/src/SqlFu/Providers/OracleProvider.cs) is currently commented out. Any plans to support Oracle in the future (or why the cu…
-
In my controller I do:
```
$query = $this->Settings->findByKey('front_page');
$pageId = $query->first()->value;
```
The Settings model is just a baked model by cake itself. The code above creates a …
-
It is RESTfull, and comes with (but is not necessarily tied in with) i18n, ORM, multi backend auth, sub-sites (a la engines), templating languages, logging facilities, html/css/js-widgets, session mgm…
cies updated
10 years ago
-
Hello Jon.
I am wondering: is there any way to execute stored procedure dynamically for specific schema?
P.S. Thank you so much for putting such a huge effort in development of your micro-orm and sh…
-
After a long conversation in [this issue](https://github.com/guard/guard/issues/357), I've found a different issue from `rb-readline`. The summary of this issue is as follows:
1. Guard runs normally.
…