developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 10 years ago
Closed 9 years ago
#1389 closed enhancement (fixed)
Mssql pdo driver lastInsertId
Reported by: | vincenth | Owned by: | laurentj |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.2.7 |
Component: | jelix:db | Version: | trunk |
Severity: | normal | Keywords: | |
Cc: | vincent.herr.fr@… | Blocked By: | |
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
Lors d'un insert (en utilisant la méthode saveToDao) sur une base de donnée MSSQL, j'obtiens l'erreur suivante: SQLSTATE[IM001]: Driver does not support this function: driver does not support lastInsertId()
Ci-joint le patch qui corrige cet anomalie.
Attachments (1)
Change History (5)
Changed 10 years ago by vincenth
comment:1 Changed 10 years ago by vincenth
- Cc vincent.herr.fr@… added
comment:2 Changed 9 years ago by laurentj
- Owner set to laurentj
- review review? deleted
- Status changed from new to reviewing
comment:3 Changed 9 years ago by laurentj
- Milestone set to Jelix 1.2.7
- Status changed from reviewing to reviewed
comment:4 Changed 9 years ago by laurentj
- Resolution set to fixed
- Status changed from reviewed to closed
Note: See
TracTickets for help on using
tickets.
pushed https://github.com/jelix/jelix/commit/838970c7ae25392a9a0cdf8604cca082d77b20db
thanks