← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/add-jdbc-module into lp:zorba

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/add-jdbc-module into lp:zorba.

Commit message:
Add JDBC module.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/add-jdbc-module/+merge/141866
-- 
https://code.launchpad.net/~zorba-coders/zorba/add-jdbc-module/+merge/141866
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/add-jdbc-module into lp:zorba.
=== modified file 'ChangeLog'
--- ChangeLog	2013-01-03 20:25:05 +0000
+++ ChangeLog	2013-01-04 08:45:31 +0000
@@ -11,6 +11,7 @@
     strip the top-level array from JSON streams.
   * New info-extraction module for querying concepts and entities in
 	natural language text.
+  * New JDBC module for manipulating SQL relational databases.
   * Extended cast and castable expression to allow any simple target type
     (as specified by XQuery 3.0)
 

=== modified file 'modules/ExternalModules.conf'
--- modules/ExternalModules.conf	2012-12-26 07:31:06 +0000
+++ modules/ExternalModules.conf	2013-01-04 08:45:31 +0000
@@ -38,6 +38,7 @@
 html            bzr  lp:zorba/html-module             zorba-2.7
 http-client     bzr  lp:zorba/http-client-module      zorba-2.7
 image           bzr  lp:zorba/image-module
+jdbc            bzr  lp:zorba/jdbc-module
 languages       bzr  lp:zorba/languages-module        zorba-2.7
 oauth           bzr  lp:zorba/oauth-module            zorba-2.7
 process         bzr  lp:zorba/process-module          zorba-2.7


Follow ups