ActiveRecord 2.0
Reported by Wilson Bilkovich | February 27th, 2008 @ 09:12 AM | in 1.0 preview
Currently blocked by UNIXSocket failures
Comments and changes to this ticket
-
Ryan Davis February 29th, 2008 @ 04:07 PM
- → State changed from new to open
-
-
Wilson Bilkovich April 15th, 2008 @ 01:09 PM
This is where I'm at so far:
Under MRI:
fastness>ruby -r"lib/mysql.rb" -e "conn = Mysql.new('127.0.0.1')"
@sock.inspect: #
@sock.read(4) returned: "9\000\000\000"
buffer class: String
buffer: "\n5.0.51a-log\000\026\000\000\000]fhXa\\)W\000,\242\b\002\000\000\000\000\000\000\000\000\000\000\000\000\000\000[C}n0CAXywj/\000"
@sock.inspect: #
@sock.read(4) returned: "\a\000\000\002"
buffer class: String
buffer: "\000\000\000\002\000\000\000"
Under Rubinius:
fastness>./shotgun/rubinius -rmysql -e "conn = Mysql.new('127.0.0.1')"
@sock.inspect: #
@sock.read(4) returned: "9\000\000\000"
buffer class: String
buffer: "\n5.0.51a-log\000\027\000\000\000ch`+R>|v\000,\242\b\002\000\000\000\000\000\000\000\000\000\000\000\000\000\000_UlCFs6OlQ0:\000"
@sock.inspect: #
@sock.read(4) returned: nil
An exception has occurred:
No method '[]' on an instance of NilClass. (NoMethodError)
This happens in UNIXSocket and TCPSocket modes.
-
Wilson Bilkovich April 25th, 2008 @ 05:53 PM
- → Title changed from ActiveRecord 2.0 / MySQL pure to ActiveRecord 2.0
MySQL pure is no longer a problem with the recent IO fixes. This is now blocked on left-to-right eval order.
-
Wilson Bilkovich June 25th, 2008 @ 10:15 AM
- → Tag changed from to todo
- → State changed from open to resolved
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
