This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/do_jdbc/src/java/data_objects/Command.java b/do_jdbc/src/java/data_objects/Command.java | |
index f0ccc00..922db88 100644 | |
--- a/do_jdbc/src/java/data_objects/Command.java | |
+++ b/do_jdbc/src/java/data_objects/Command.java | |
@@ -89,6 +89,9 @@ public class Command extends RubyObject { | |
RubyClass resultClass = Result.createResultClass(runtime, moduleName, errorName, driver); | |
java.sql.Connection conn = (java.sql.Connection) wrapped_jdbc_connection.dataGetStruct(); | |
+ // affectedCount = 1 means 1 updated row | |
+ // or 1 row in result set that represents returned key (insert...returning), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pietia@localhost bench]$ jruby -v | |
jruby 1.1.6 (ruby 1.8.6 patchlevel 114) (2008-12-17 rev 8388) [i386-java] | |
pietia@localhost bench]$ ruby -v | |
ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux] | |
------------- | |
model name : Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz | |
[pietia@localhost bench]$ jruby --server test2.rb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):007:0> DateTime.civil(2009 , 1, 12, 13 , 44 ,29 ,0.0416666679084301 ).to_s => "2009-01-12T13:44:28+01:00" | |
irb(main):008:0> DateTime.civil(2009 , 1, 12, 13 , 44 ,29 ,Rational(1,24) ).to_s=> "2009-01-12T13:44:29+01:00" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.rbc | |
*.pyc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# These settings were set by the catalyst build script that automatically | |
# built this stage. | |
# Please consult /etc/make.conf.example for a more detailed example. | |
# This should not be changed unless you know exactly what you are doing. You | |
# should probably be using a different stage, instead. | |
CHOST="i686-pc-linux-gnu" | |
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" | |
CXXFLAGS="${CFLAGS}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ietia@localhost blender-2.48a-linux-glibc236-py25-i386]$ cat /etc/portage/package.keywords/monolithic | |
#sys-devel/gcc ~x86 | |
#kde-kdebase/kdebase-startkde ~x86 | |
x11-drivers/nvidia-drivers | |
dev-lang/scala ~x86 | |
dev-java/jruby | |
dev-java/asm | |
dev-java/clojure | |
dev-java/antlr | |
games-strategy/warzone2100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /etc/portage/package.keywords/monolithic | |
#sys-devel/gcc ~x86 | |
#kde-kdebase/kdebase-startkde ~x86 | |
x11-drivers/nvidia-drivers | |
dev-lang/scala ~x86 | |
dev-java/jruby | |
dev-java/asm | |
dev-java/clojure | |
dev-java/antlr | |
games-strategy/warzone2100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
at /etc/portage/package.unmask/monolithic | |
ev-java/jruby | |
dev-java/scala | |
dev-java/asm | |
games-strategy/warzone2100 | |
media-libs/quesoglc | |
kde-base/kcolorchooser | |
media-sound/lastfmplayer | |
#kde-misc/knetworkmanager | |
dev-libs/libnl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /etc/portage/package.unmask/monolithic | |
ev-java/jruby | |
dev-java/scala | |
dev-java/asm | |
games-strategy/warzone2100 | |
media-libs/quesoglc | |
kde-base/kcolorchooser | |
media-sound/lastfmplayer | |
#kde-misc/knetworkmanager | |
dev-libs/libnl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layman -l | |
* emacs [Subversion] (http://overlays.gentoo.org/svn/proj/emacs/emacs-overlay ) | |
* games [Subversion] (http://overlays.gentoo.org/svn/proj/games ) | |
* java-overlay [Subversion] (http://overlays.gentoo.org/svn/proj/java/java-overlay/ ) | |
* kde-testing [Git ] (git://git.overlays.gentoo.org/proj/kde.git ) | |
* pythonhead [Subversion] (http://overlays.gentoo.org/svn/dev/pythonhead ) | |
* ruby [Subversion] (http://overlays.gentoo.org/svn/proj/ruby ) | |
* vmware [Subversion] (http://overlays.gentoo.org/svn/proj/vmware/trunk |
OlderNewer