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 12 years ago
Closed 12 years ago
#672 closed bug (fixed)
Double connection à la base de données
Reported by: | analogue | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0.6 |
Component: | jelix:db | Version: | 1.0.5 |
Severity: | normal | Keywords: | jdb |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
Si on ouvre une connection à un Db en spécifiant un nom, et qu'ultérieurement on ouvre la même connexion en ne spécifiant pas de nom, on ouvre deux fois la même connexion.
Le patch inclus s'applique à la 1.0.x et à la 1.1.x
Attachments (1)
Change History (5)
Changed 12 years ago by analogue
comment:1 Changed 12 years ago by analogue
- Component changed from jelix to jelix:db
comment:2 Changed 12 years ago by Torgan
comment:3 Changed 12 years ago by laurentj
- Keywords jdb added
- Milestone set to Jelix 1.0.6
- review changed from review? to review+
- Version changed from trunk to 1.0.5
y a juste le coding à corriger...
comment:4 Changed 12 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
patch landed into the trunk and in the 1.0.x branch.
Note: See
TracTickets for help on using
tickets.
Cela concerne la connexion par défaut, appelée par son nom ou avec un nom vide.