Hi *,
Can somebody think of a way to detect whether fbclient supports
isc_dpb_utf8_filename? For example when calling isc_create_database in .NET
provider with "Embedded" I need to know whether I can use UTF8 in database
path.
On Windows I can check version of the DLL and when version >= 2.5
On 3/1/22 13:45, Jiří Činčura wrote:
Hi *,
Can somebody think of a way to detect whether fbclient supports isc_dpb_utf8_filename?
For example when calling isc_create_database in .NET provider with "Embedded" I
need to know whether I can use UTF8 in database path.
On Windows I can check versio
On 2/28/22 21:39, Jiří Činčura wrote:
Thanks. I suppose not only TPB, but also buffers for batch, events, etc., right?
Yes.
Basically only DPB and SPB are "UTF8-ready".
If one wants everyting to be utf8 why not have appropriate attachment?
Firebird-Devel mailing list, web interface at
> void ISC_EXPORT isc_get_client_version ( ISC_SCHAR *);
> int ISC_EXPORT isc_get_client_major_version ();
> int ISC_EXPORT isc_get_client_minor_version ();
Great!
How could I miss it???
--
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/
Firebird-Devel mailing list, web interface at
h
> If one wants everyting to be utf8 why not have appropriate attachment?
I agree. Especially in .NET. But people sometimes do crazy combinations.
I wish I could drop all charsets and simply use UTF8 only. That would cleanup
nice chunks of code. Maybe in couple of years.
--
Mgr. Jiří Činčura
ht
> int ISC_EXPORT isc_get_client_major_version ();
> int ISC_EXPORT isc_get_client_minor_version ();
My excitement was short lived. fbclient.dll version 4.0.1.2692 returns 6 and 3
respectively. :(
--
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/
Firebird-Devel mailing list, web interfac
01.03.2022 14:56, Jiří Činčura wrote:
void ISC_EXPORT isc_get_client_version ( ISC_SCHAR *);
int ISC_EXPORT isc_get_client_major_version ();
int ISC_EXPORT isc_get_client_minor_version ();
Great!
How could I miss it???
Sorry for disappointing you, but they not gonna be any helpful, as th
> Sorry for disappointing you, but they not gonna be any helpful, as they
> always return version "6.3" for InterBase compatibility ;-)
Yeah. And looks like no function returns FB_MAJOR_VER.
Hope somebody has a nice trick in sleeves.
--
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/
Fire
On 2022-03-01 12:47, Alex Peshkoff via Firebird-devel wrote:
On 2/28/22 21:39, Jiří Činčura wrote:
Thanks. I suppose not only TPB, but also buffers for batch, events,
etc., right?
Yes.
Basically only DPB and SPB are "UTF8-ready".
If one wants everyting to be utf8 why not have appropriate
01.03.2022 14:15, Jiří Činčura wrote:
Sorry for disappointing you, but they not gonna be any helpful, as they
always return version "6.3" for InterBase compatibility ;-)
Yeah. And looks like no function returns FB_MAJOR_VER.
Hope somebody has a nice trick in sleeves.
isc_get_client_version
Hi
Snapshots are not avilable
http://web.firebirdsql.org/download/snapshot_builds/win/3.0
and whole page http://web.firebirdsql.org/
Regards,
Karol Bieniaszewski
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel
On 3/1/22 19:19, Karol Bieniaszewski wrote:
Hi
Snapshots are not avilable
http://web.firebirdsql.org/download/snapshot_builds/win/3.0
and whole page http://web.firebirdsql.org/
I've notified Sean privately about it.
Firebird-Devel mailing list, web interface at
https://lists.sourcefor
On 01/03/2022 13:19, Karol Bieniaszewski wrote:
> Hi
>
>
>
> Snapshots are not avilable
>
You may download non-official snapshot builds here (logged with github):
https://github.com/FirebirdSQL/firebird/actions
Adriano
Firebird-Devel mailing list, web interface at
https://lists.sourcefo
Hi!
Do we have any good reason to make this method do for internal requests
everything it does for user's statement?
Or could we start it with this?
void Statement::verifyAccess(thread_db* tdbb)
{
if (flags & FLAG_INTERNAL)
return;
...
}
Adriano
Firebird-Deve
14 matches
Mail list logo