Ticket #209 (new enhancement)

Opened 5 months ago

Last modified 1 month ago

implement MySQL prepared statements

Reported by: christoph Assigned to: mapbender_dev@lists.osgeo.org
Priority: critical Milestone: 3.0 release
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

07/13/08 16:13:11 changed by nimix

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

07/21/08 11:53:50 changed by christoph

  • milestone changed from 2.5 release to 3.0 release.