DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

OracleΒΆ

  • Insert a string longer than the size of the field in the database (MySQL just silently accepts this...) - so will we have to evaluate all values in update/insert queries first?
  • Does not allow us to CHANGE existing fields into something else - only create new fields, otherwise we must export/import database.
  • A quoted value cannot be inserted into an integer field!!!