Changeset: 135832700a49 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=135832700a49
Modified Files:
        clients/php/native/lib/php_monetdb.php
        clients/ruby/lib/MonetDBConnection.rb
Branch: Mar2011
Log Message:

backout commit 8335fa9f8107


diffs (37 lines):

diff --git a/clients/php/native/lib/php_monetdb.php 
b/clients/php/native/lib/php_monetdb.php
--- a/clients/php/native/lib/php_monetdb.php
+++ b/clients/php/native/lib/php_monetdb.php
@@ -107,9 +107,7 @@
            
            if ($lang == "") {
                $lang = "sql";
-               } else if (strstr($lang, "sql") == $lang) {
-                       $lang = "sql";
-               }
+           }
            
            $options["hashfunc"] = $hashfunc;
         $options["lang"]     = $lang;
@@ -525,4 +523,4 @@
                return FALSE;
        }
        
-?>
+?>
\ No newline at end of file
diff --git a/clients/ruby/lib/MonetDBConnection.rb 
b/clients/ruby/lib/MonetDBConnection.rb
--- a/clients/ruby/lib/MonetDBConnection.rb
+++ b/clients/ruby/lib/MonetDBConnection.rb
@@ -103,11 +103,7 @@
     if @@DEBUG == true
       require 'logger'
     end
-
-    if @lang[0, 3] == 'sql'
-      @lang = "sql"
-    end
-
+    
   end
   
   # Connect to the database, creates a new socket
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to