CHANGELOG.txt |
CHANGELOG.txt |
|
Webform MySQL Views 7.x-1.1, 2014-03-08
* Webforms with titles longer than 64 characters are truncated when creating the MySQL View name
* Webform Component Form Key Names are truncated to less than or equal to 50 characters when creating the MySQL… |
README.txt |
README.txt |
|
-- SUMMARY --
The Webform MySQL Views builds flattened, read-only MySQL views of webform
submission data. These views may be useful when you need to access this data
from an external application in an automated fashion without exporting,
importing,… |
webform_mysql_views.admin.inc |
webform_mysql_views.admin.inc |
|
|
webform_mysql_views.info |
webform_mysql_views.info |
|
name = Webform MySQL Views
description = Create flattened MySQL views from Webform submission data
package = Webform
core = 7.x
dependencies[] = webform |
webform_mysql_views.install |
webform_mysql_views.install |
|
Webform MySQL Views module install/schema hooks. |
webform_mysql_views.module |
webform_mysql_views.module |
|
The Webform MySQL Views module allows you to automatically build flattened
MySQL views of submitted Webform module data, for convenient use by external
applications. |