-
Not possible to use DESCRIBE keyword within rawQuery.
PHP returns an error about an undefined index $table[0].
-
Currently I can do the following:
```dart
database.rawQuery('''
SELECT * FROM x WHERE a == :a AND b == :b;
''', ['a_value','b_value']);
```
and also
```dart
database.rawQuery('''
SELECT * FRO…
-
I wrote a simple reverse proxy with Gin. The code is listed below.
```
func NewMultiHostProxy(target_urls []string) gin.HandlerFunc {
var urls []*url.URL
for i := 0; i < len(target_urls); …
-
The $table var would be empty causing it to break.
EXAMPLE USE:
$db->rawQuery('TRUNCATE tableName');
FIX:
Add truncate to the preg match list.
preg_match_all(
"/(**truncate**|from|in…
-
**Elastic.Clients.Elasticsearch version**: 8.13.10
**Elasticsearch version**: 8.13.2
**.NET runtime version**: 8.0
**Operating system version**:
**Description of the problem including expe…
-
Hi, while trying some edge-cases I noticed that `database.rawQuery("SELECT 'a';SELECT 'b'");` does return `a` instead of `b`. If I use a delete statements or anything else after the semicolon, it also…
-
Hi,
I am trying to create spatialite db but no luck.
Here is my code to
```
getWritableDatabase().rawQuery("select InitSpatialMetadata(1)", null);
String sqlCizim = "create table CIZIM(OBJEC…
-
went on my server after intalling is and it wont let me load in the game buddy
getiing this code on tx
[ script:lj-inventory] SCRIPT ERROR: @lj-inventory/server/main.lua:145: attempt to index a ni…
-
Is there a way of adding custom mongoose cursors into an existing resolver, let's say the `connection` resolver, normally there is a way to add a custom `query` but at times we have aggregations not q…
-
Currently, there are no query target helpers/functions for Microsoft SQL Server.
It would be great to support Microsoft SQL Server as this data source is quite popular.