perl-dbd-firebird icon indicating copy to clipboard operation
perl-dbd-firebird copied to clipboard

Perl DBI driver for Firebird

Results 8 perl-dbd-firebird issues
Sort by recently updated
recently updated
newest added

Failing test: https://www.cpantesters.org/cpan/report/97d027c6-12f6-11ef-8450-abf36d8775ea

Bug

`sv_setbool` is available in all perl versions. Interestingly, the failure with `sv_set_bool` is with perl 5.36.0 and during testing. Compilation seems to have went OK: https://www.cpantesters.org/cpan/report/9eb8903c-12f6-11ef-8450-abf36d8775ea

Bug

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...

`DBD::Firebird` [fails to build in Fedora 40](https://bugzilla.redhat.com/show_bug.cgi?id=2259535) like this: ``` gcc -c -I"/usr/include" -I"/usr/lib64/perl5/vendor_perl/auto/DBI" -Wall -fno-strict-aliasing -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS...

Hello! Could you please add no_db_triggers parameter to connection parameters? Thanks.

I am trying to build on macOS 12.0.1 (Monterey) with Apple M1 chip, Firebird DB version 3.0.7: ``` $ perl Makefile.PL Configuring DBD::Firebird (on darwin) Detected Firebird API version 30...

fix error: https://github.com/mariuz/perl-dbd-firebird/issues/61 a label can only be part of a statement and a declaration is not a statement

Environment: Windows 10 x64 / Firebird 3 x86 / Strawberry Perl 5.32.1.1 32bit with USE_64_BIT_INT [build.log](https://github.com/user-attachments/files/15533723/build.log)