fb icon indicating copy to clipboard operation
fb copied to clipboard

Firebird Extension Library for Ruby

Results 16 fb issues
Sort by recently updated
recently updated
newest added

Greetings, is not possible to retrieve values in statements with the RETURNING clause, example: INSERT INTO EMPLOYEES (NAME) VALUES('PETER') RETURNING ID After the execution this stament returns the autogenerated ID...

When I try to build the following Dockerfile, which uses Ruby 3.2.2: ```Dockerfile FROM amazon/aws-lambda-ruby:3.2.2023.06.12.17 RUN curl -O https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm RUN rpm -ivh epel-release-latest-7.noarch.rpm RUN yum -y update RUN yum -y...

Hello cannot build the gem, on mac os catalina Firebird-3.0.5-33220-x86_64 sw_vers ProductName: Mac OS X ProductVersion: 10.15.4 BuildVersion: 19E287 /usr/sbin/pkgutil --packages | grep CL com.apple.pkg.CLTools_Executables com.apple.pkg.CLTools_SDK_macOS1015 com.apple.pkg.CLTools_SDK_macOS1014 com.apple.pkg.CLTools_macOS_SDK /usr/sbin/pkgutil --pkg-info...

This PR updates the gem structure to be more idiomatic: * The C extension is under ext/ * The Ruby portions of the gem are under lib/ * Added `test_helper`...

Hello, I have a program, it connects to MySQL and Firebird. The default database is MySQL How can i create a migration database using fb?

I have an application that runs under Ruby 2.0.0-p648 (x64). After configuring Devkit (x64), installing Firebird 2.5 (x64): I successfully install the gem. But by running the simple test: `require...

Hello We have some warning using gem with new ruby version: warning: BigDecimal.new is deprecated; use BigDecimal() method instead. Everything works fine but its some annoying... Might you check? Thank...

When installing using bundler or using `gem install fb -v '0.9.0' --source 'https://rubygems.org/'` I get the following error even though I have Firebird installed: ERROR: Error installing fb: ERROR: Failed...

I'm trying Firebird 3 and in a Select statement if it includes a Boolean column I get the next error: Specified table includes unsupported datatype (32764) (Fb::Error) Please add support...

Currently fb only works with firebird 2.5, there is currently firebird 3 and distros like Fedora and Ubuntu are updating their packages to install Firebird 3 and deprecating 2.5 making...