Subject | Re: Jaybird 2.2 |
---|---|
Author | Fabiano |
Post date | 2011-08-30T19:21:07Z |
I checked out the source code from here:
https://firebird.svn.sourceforge.net/svnroot/firebird/java-plugin/trunk
Is that right?
If i set "octetsAsBytes" property to "true", does it mean "varchar octets" fields will be stored internally as byte[] in the driver instead of String?
Is this the way to set this property?
"jdbc:firebirdsql:......&octetsAsBytes=true"
Regards,
Fabiano
https://firebird.svn.sourceforge.net/svnroot/firebird/java-plugin/trunk
Is that right?
If i set "octetsAsBytes" property to "true", does it mean "varchar octets" fields will be stored internally as byte[] in the driver instead of String?
Is this the way to set this property?
"jdbc:firebirdsql:......&octetsAsBytes=true"
Regards,
Fabiano
--- In Firebird-Java@yahoogroups.com, "Fabiano" <fabiano@...> wrote:
>
> Hi, i need to compile and use Jaybird 2.2 (need "octetsAsBytes" property).
>
> Do you think it is stable enough to production usage for a small project? No SP calls, no metadata queries and nothing except regular SQL queries. Is there some critical known bug?
>
> Which branch/tag should i use?
>
> Regards,
>
> Fabiano
>