From 417f3033b7bcbe5f5de9d9dd532703cc83e7c289 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Thu, 23 Sep 2010 02:35:54 +0000 Subject: The lib_mysqludf_xql library provides an array of functions, which can be used to create XML output directly from MySQL using a single SQL query. This prevents having to convert a MySQL result to XML in a PHP script, Ruby script, etc. The library provides the same functionality as SQL/XML, seen in MS SQL server and Oracle. However it uses normal functions. By using subqueries the same results as SQL/XML can be generated. WWW: http://www.mysqludf.org/lib_mysqludf_xql/index.php PR: ports/142086 Submitted by: Mina R Waheeb --- databases/mysql-xql/distinfo | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 databases/mysql-xql/distinfo (limited to 'databases/mysql-xql/distinfo') diff --git a/databases/mysql-xql/distinfo b/databases/mysql-xql/distinfo new file mode 100644 index 000000000000..f6fe042dfa3d --- /dev/null +++ b/databases/mysql-xql/distinfo @@ -0,0 +1,3 @@ +MD5 (lib_mysqludf_xql-1.0.0.tar.gz) = ba03762316df04bcf894486ce603e428 +SHA256 (lib_mysqludf_xql-1.0.0.tar.gz) = f992fcd77f7596aee32ddeccbd9b31aa67c9cf2cd04f84959db63f87e1ca0321 +SIZE (lib_mysqludf_xql-1.0.0.tar.gz) = 328273 -- cgit v1.2.3