MedicOneSystems / MedicOneSystems/livewire-datatables
Token unknown when using with FirebirdDatabase
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
Hi! Congratulations for the package!
I'm trying to use the package with firebird database and having this problem
SQLSTATE[HY000]: General error: -104 Dynamic SQL Error SQL error code = -104 Token unknown - line 1, column 176 (SQL: select "CLIENT"."ID" as "ID" , "CLIENT"."NAME" as "NAME" from "CLIENT" order by ID desc ROWS 10)`
I guess the problem is the `` on ID. Exist an way to resolve this problem?? Thanks!!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing issue #199 with Firebird and inspect the code that generates the displayed SELECT statement, especially ordering by ID. Confirm the fix by running the same query successfully without Firebird's token error; the issue names no file or test path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php, sql
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100