#209 closed enhancement (wontfix)
implement MySQL prepared statements
Reported by: | christoph | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | database | Version: | |
Keywords: | Cc: |
Description
Mapbender 2.5 will support prepared statements for MySQL.
requires mysqli, see http://dev.mysql.com/tech-resources/articles/4.1/prepared-statements.html
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Milestone: | 2.5 release → 3.0 release |
---|
comment:3 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
support for mysql is dropped, not needed any longer
Note:
See TracTickets
for help on using tickets.
maybe PHP's PDO lib can help solving this problem. PDO is a database abstraction layer which is included since php 5.1 and provides prepared statements for all databases http://de.php.net/manual/de/pdo.prepared-statements.php