CHANGELOG.txt |
CHANGELOG.txt |
|
Webform MySQL Views 6.x-1.3, 2012-04-27
* Fix for [#1027618] - Mysql requirement check results in segmentation
fault fault when using $db_url defined as an array by Robin van Emden.
* Fix for [#1038532] - Do not see exisitng webforms under
… |
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.info |
webform_mysql_views.info |
|
;$Id
name = Webform MySQL Views
description = Create flattened MySQL views from Webform submission data
package = Webform
core = 6.x
dependencies[] = webform
dependencies[] = elements |
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. |