[ANN] SQLite/Ruby 1.1.1

J

Jamis Buck

Sorry for the fast turn-around. Not even an hour after I release 1.1,
someone goes and finds a nasty bug. :(

So. If you tried to do a metadata query (like the table_info pragma)
with show_datatypes turned on, you more than likely saw your application
segfault. This is because SQLite does not report column types for its
own metadata. SQLite/Ruby now detects this and reports the type as
"STRING", for consistency's sake.

Anyway. Version 1.1.1 is out. If you grabbed 1.1, you may want to grab
1.1.1, as well.

Guess this'll teach me for not using unit tests. Those are now #1 on my
"to do" list...

--
Jamis Buck
(e-mail address removed)
http://www.jamisbuck.org/jamis

ruby -h | ruby -e
'a=[];readlines.join.scan(/-(.)\[e|Kk(\S*)|le.l(..)e|#!(\S*)/) {|r| a <<
r.compact.first };puts "\n>#{a.join(%q/ /)}<\n\n"'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] SQLite/Ruby 1.1 0
Gnome2 panel applets? 4
[ANN] SQLite/Ruby 1.2.9.1 0
[ANN] SQLite/Ruby 2.0.0 BETA 6
[ANN] SQLite-Ruby 1.2.0 15
[ANN] SQLite/Ruby 2.0.1 BETA 15
[ANN] SQLite/Ruby 2.0.3 beta 0
keys and openssl 0

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top