-
-
Hello, Is there a way in OracleDB driver by which we can pass dynamic filter conditions without specifying bind parameters in query string?
Something like:
var queryStr = "Select * from Employee…
-
I am going through documents but couldn't figure out any method which is equivalent to show tables command. Is it possible with knex.js?
-
UPDATE: The bug was found, check the bottom for details
Okay, this is the weirdest thing I have ever seen:
I have these two functions:
```
static getCourses(userId: string): Promise {
retu…
-
Hey, where is trilogy supposed to be used, in main or in renderer?
I tried it in renderer, but webpack gives me errors.
-
We are considering migration from mysql to oracle but our application is currently heavily reliant on knex.js. Making node-oracle compatible with knex.js would make this a possibility for us.
Cross l…
-
I'm running a query using the `.raw()` method, using MySQL as the DB.
Instead of returning the results of the query *only*, it also includes in the results some additional data I don't really need:…
-
Hi Tim, I have been using your framework for couple of months and I still pretty much like it. Once the project become public( within two months), I will send you a link :)
In my project I need geo s…
-
Hi,
I'm the author of [klei-migrate](https://github.com/klei/migrate) and have been needing support for storage adaptors for it in quite some time but haven't found the time to build it.
On my hun…
-
hello, i tried for several days in the last two weeks to get knex.js imported via the es6 import syntax and couldn't get that running. when i run the node script with jspm i get the 2 following errors…
n1kt0 updated
8 years ago