kuerbis
kuerbis
As far as I can see*, the graphic character width of "\u{2E3A}" and "\u{2E3B}" are 2 and 3, but the print width in the terminal is 1. #!/usr/bin/ruby puts "|"...
Feature request: something that can replace DBD::SQLite's `sqlite_create_function`.
> ChopBlanks > this attribute determines whether a fetchrow will chop preceding and trailing blanks off the column values. Chopping blanks does not have impact on the max_length attribute. If...
rakubrew v26 Build type: fatpack OS: linux env /home/mm/.rakubrew Can not build 2016.08 or less. 2016.09 or greater work. Couldn't find a build::setup module on CPAN. > mm@linux1:~> rakubrew build...
Hi, when I use a timestamp with timezone in dateadd, the result is unknown. The Firebird version is '4.0.4'. ```use DBI; my $dbh = DBI->connect( "dbi:Firebird:dbname=$db", $user, $passwd ) or...