-
Hi The below query is not getting called. My question is can we use ```db.transaction((txn)``` for select query?
```dart
Future getTotalCountInWalletRecent() async {
try {
final db = a…
-
List of features to add to advanced search query builder:
1. Metadata List
- [x] Format properties
- [x] Update descriptions where computational tool and dataset have overlap.
- [x] Remove prope…
-
Hello, I need to do a "SELECT DISTINCT column FROM MyTable"
I tried ActiveAndroid.getDatabase().rawQuery("SELECT DISTINCT column FROM MyTable", null);
but I have a "java.lang.NoSuchMethodError: andro…
-
# Issue
A raw query with `ON CONFLICT` like the below fails on Android 9 while works completely fine in Android 12
```sql
rawInsert('''
INSERT INTO ReadCountUserDetails (UserID, ReadCount, Topic…
-
someone, please help me (I am newbie)... how to use this librarry.. I try hard but still cannot understand how to use this librarry... I have text quran from my database and its work, I need to conv…
-
I am receiving the following error:
maxClauseCount is set to 1024
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for m…
-
Steps to reprodice:
1. Define rawquery as
SELECT AI._id, GROUP_CONCAT(Name, ", ") AS GroupedName
FROM ABSTRACTS_ITEM AI
JOIN AUTHORS_ABSTRACT AAB ON AI.ID = AAB.ABSTRACTSITEM_ID
JOIN ABSTRACT…
-
## What are you doing?
Because of a fairly complex query for which I don't really expect any ORM alternatives, I need to make a raw query which needs to include associations.
From what I've gather…
-
## Problem
Given the following SQL:
```sql
select
*
from
MessgageThread as mt
inner join Arc as a on mt.arcId = a.id
inner join User as u on mt.recipientUserId = u.id
left joi…
-
When uploading a file to S3 using PutReaderWithHeaders.
> Query-string authentication requires the Signature, Expires and AWSAccessKeyId parameters
I'm curious why [SignV2](https://github.com/go-amz…