Re: [libdbi-users] driver issues and timezones

2006-05-16 Thread Markus Hoenicka
the pre-timezone dbd_helper.c is attached. Please check whether the current implementation works ok for your testcases. regards, Markus dbd_helper.c.patch Description: dbd_helper timezone patch V.2 -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka

[libdbi-users] driver issues and timezones

2006-05-16 Thread Markus Hoenicka
this here, but I'll run a few more tests to make sure all is fine now. I guess I'll be able to check in the changes tomorrow. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [libdbi-users] Finding inserted rows

2006-05-27 Thread Markus Hoenicka
a real problem here. If an application makes sure to store relevant id values after INSERT commands, you'll get a portable code without causing dbi to interfere with tables behind the users back. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds

Re: [libdbi-users] Problem with libdbi-cygwin-bin-0.8.1.tar.gz

2006-11-07 Thread Markus Hoenicka
but dbi_initialize return 0 (it doesn´t detect Mysql and PostgreSQL drivers). ¿What I make bad? Thanks and sorry my english. -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [libdbi-users] driver issues and timezones

2007-02-12 Thread Markus Hoenicka
. Thanks again! I've noticed that fprintf message too, but it didn't bother me enough to correct it. I'll do as soon as time permits. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [libdbi-users] [libdbi-devel] driver issues and timezones

2007-02-15 Thread Markus Hoenicka
the issue, I was assuming you'd vote for Subversion anyway, but thanks for clarifying your vote again. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

[libdbi-users] libdbi-0.8.2, libdbi-drivers 0.8.2: ready for prime time?

2007-02-19 Thread Markus Hoenicka
showed no regressions. Could anyone else please confirm that the current CVS versions work ok on major platforms (Linux, OSX, Solaris, other *BSDs)? I'd like to get this release off my desk. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds

[libdbi-users] ANN: libdbi-drivers-0.8.2 released

2007-02-20 Thread Markus Hoenicka
module, like this: Parent = dl_open(module) = dl_open(libdbi) = dl_open(driver) Drivers compiled with this option should work ok in the regular context (your app linked against libdbi) as well. Please let us know if you bump into any problems. regards, Markus -- Markus Hoenicka [EMAIL

Re: [libdbi-users] [libdbi-devel] Compilation of MySQL driver under MingW

2007-08-25 Thread Markus Hoenicka
against libdbi, whereas the drivers are dlopen'ed, you should even be ok when the drivers are GPL, not LGPL. But if your income depends on this in any way, I'd rather seek professional legal help. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds

[libdbi-users] unresolved issues of envisaged next releases

2008-02-05 Thread Markus Hoenicka
%40yeti.mininetforum_name=libdbi-users regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.net email is sponsored by: Microsoft

[libdbi-users] ANN: libdbi-0.8.3, libdbi-drivers-0.8.3 released

2008-02-06 Thread Markus Hoenicka
implement the safe_dlclose driver capability to signal libdbi whether or not the driver can safely be unloaded from memory. -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

[libdbi-users] Feedback and Questions [resend]

2008-02-15 Thread Markus Hoenicka
drivers as an option that will require some end-user testing. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.net email

Re: [libdbi-users] postgresql and copy command

2008-03-18 Thread Markus Hoenicka
/local/lib/dbd/libdbdsqlite3.so Desc: SQLite3 database support (using libsqlite3) Maintainer: Markus Hoenicka [EMAIL PROTECTED] URL:http://libdbi-drivers.sourceforge.net Version:dbd_sqlite3 v1.0-pre1 Compiled: Mar 7 2008 Successfully

Re: [libdbi-users] postgresql and copy command

2008-03-27 Thread Markus Hoenicka
Markus Hoenicka writes: João Henrique Freitas writes: It's realy works? Could you please try the latest cvs version? I've discovered a Just to make sure: as the fix includes a modification of configure.in, you'll have to re-run ./autogen.sh and ./configure to get everything

Re: [libdbi-users] postgresql and copy command

2008-04-05 Thread Markus Hoenicka
João Henrique Freitas writes: Hello, Now it's works I've checked in your patches as the tests run ok on my platform too. While being at it I've also fixed an off-by-one error in dbd_quote_binary() which I haven't noticed previously. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED

Re: [libdbi-users] Use dynamic dbi_result_bind_* functions

2008-04-17 Thread Markus Hoenicka
not represent a number, strtoll() returns 0 and sets errno. We should return 0 as well and report the conversion failure by setting the libdbi error status appropriately which you can query by calling dbi_conn_error() if necessary. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected

Re: [libdbi-users] newline in query causes all field types to appear as DBI_TYPE_STRING

2008-10-13 Thread Markus Hoenicka
embedded in an sql statement. Is there a reason that the newline characters are needed ? -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

[libdbi-users] UNIX Timestamp - DATE to UTC conversion

2008-11-18 Thread Markus Hoenicka
() and dbi_result_get_field_attrib() to find out which type is returned? regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.Net email

Re: [libdbi-users] dbi_result_get_ulonglong overflow

2010-01-09 Thread Markus Hoenicka
? I recall we had to add an implementation of atoll() to the libdbi sources to compile it on at least one platform (I can't quite recall which one). Can we expect that all platforms which are currently supported provide all required strto*() functions? regards, Markus -- Markus Hoenicka http

[libdbi-users] dbi_result_get_string_idx fails on VARCHAR COLLATE 'binary'

2010-01-16 Thread Markus Hoenicka
use? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities

Re: [libdbi-users] dbi_result_get_string_idx fails on VARCHAR COLLATE 'binary'

2010-01-16 Thread Markus Hoenicka
Vikram Noel Ambrose writes: Either mysql is telling libdbi that the field is binary or libdbi is getting confused somewhere. Could you please insert a call to dbi_result_get_field_type_idx() to see what mysql thinks this is? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ

Re: [libdbi-users] dbi_result_get_string_idx fails on VARCHAR COLLATE 'binary'

2010-01-18 Thread Markus Hoenicka
version are you running? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field

Re: [libdbi-users] dbi_result_get_string_idx fails on VARCHAR COLLATE 'binary'

2010-01-21 Thread Markus Hoenicka
Vikram Noel Ambrose noel.ambr...@gmail.com was heard to say: By the way, the url for the source code repository is dead on the website. Thanks for the heads up. I may have missed a SourceForge announcement about restructuring their CVS servers. regards, Markus -- Markus Hoenicka http

[libdbi-users] New release

2010-05-24 Thread Markus Hoenicka
after doing some minor cleanup. Unfortunately I'm haunted by a couple of deadlines in the next couple of weeks, so it is very uncertain whether I'll be able to finalize a release. Needless to say, test reports using the current cvs version are always welcome. regards, Markus -- Markus Hoenicka http

Re: [libdbi-users] Timeout / Reconnect

2010-07-01 Thread Markus Hoenicka
error message from libmysqlclient I'd say it's doable. We'd just have to loop over a limited number of retries, trying to reconnect each time before resending the query. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [libdbi-users] Timeout / Reconnect

2010-07-15 Thread Markus Hoenicka
be the wrong solution. Don't you experience the same problems with other DB engines? In that case, we'd have to fix libdbi, rather than a driver. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [libdbi-users] dynamic loading

2011-01-14 Thread Markus Hoenicka
on platforms which do not provide their own dlopen() implementation. However, building libdbi as a dynamic library uses libtool anyway, and it should be possible to statically link a project against libdbi if desired without further modifications. regards, Markus -- Markus Hoenicka http

[libdbi-users] Hello

2011-01-17 Thread markus . hoenicka
and patches yet. My dayjob currently eats all available time (lest I stop sleeping entirely). I can't make any promises, but I'll do my very best to return to my libdbi duties asap. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [libdbi-users] sqlite3 multiple tables

2011-02-20 Thread markus . hoenicka
! How did you create the tables? Did you specify types for each column? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE

Re: [libdbi-users] PATCH: sqlite3 parser bugs

2011-02-20 Thread markus . hoenicka
Vikram Ambrose writes: And here is an update to the patch for a third bug. Better late than never ... I've applied your patch, and things seem to work ok. Thanks for being this patient. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

[libdbi-users] libdbi+mysql speed issues

2011-07-09 Thread markus . hoenicka
drivers? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance

Re: [libdbi-users] Memory leak when using dbi_initialize in loop

2011-08-03 Thread Markus Hoenicka
to be run once per process, so the following is more appropriate: int main() { dbi_conn conn; dbi_initialize(NULL); while (1) { [...] } dbi_shutdown(); return 0; } If it is indeed libdbi that leaks memory, it won't do so in every cycle of your loop. regards, Markus -- Markus

Re: [libdbi-users] libdbi transaction support

2012-11-20 Thread Markus Hoenicka
. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP

Re: [libdbi-users] libdbi transaction support

2012-12-08 Thread markus . hoenicka
to reflect the latest changes. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide

Re: [libdbi-users] libdbi+mysql speed issues

2013-01-08 Thread Markus Hoenicka
would not mandate changes to existing drivers as they may ignore the additional parameter and keep working as before, but it may offer options to speed up queries in some drivers. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [libdbi-users] libdbi+mysql speed issues

2013-01-08 Thread Markus Hoenicka
Olivier Doucet webmas...@ajeux.com was heard to say: Hi Markus, 2013/1/8 Markus Hoenicka markus.hoeni...@mhoenicka.de: We could modify the driver function dbd_goto_row() by passing both the wanted row index rowidx and the current row index currowidx(which libdbi keeps track of anyway

Re: [libdbi-users] libdbi+mysql speed issues

2013-01-08 Thread Markus Hoenicka
but not the other), but I expect those users to know what they're doing. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get

Re: [libdbi-users] libdbi+mysql speed issues

2013-01-08 Thread markus . hoenicka
Markus Hoenicka writes: Hi, I'll have to read the code again a little more thoroughly, but to the best of my knowledge libdbi emulates MySQL's approach to retrieving rows from result sets. In order to walk through the rows of e.g. a PostgreSQL result set you have to retrieve

Re: [libdbi-users] libdbi transaction support

2013-01-24 Thread markus . hoenicka
tired now to track this down, maybe someone else can have a look at this too. I hope I'll get back to this on the weekend. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Master Visual Studio

Re: [libdbi-users] libdbi transaction support

2013-01-25 Thread Markus Hoenicka
problems too. I'll also check the MySQL logs to see if I find something weird, and I'll run some transactions in MySQL's plain ol' command line interface just to make sure it isn't MySQL playing tricks on us. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

[libdbi-users] pgsql problems

2013-02-04 Thread markus . hoenicka
disabling that one, I still get 47 failures, while both mysql and sqlite3 succeed without a hitch. Is anyone using PostgreSQL with libdbi, and if yes, which versions? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

[libdbi-users] pgsql problems

2013-02-07 Thread markus . hoenicka
PostgreSQL 9.2 only. Would someone be kind enough to test the code on older versions of this engine? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Free Next-Gen Firewall Hardware Offer Buy

[libdbi-users] firebird driver segfault (c/o Christian???)

2013-02-14 Thread markus . hoenicka
these. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn

[libdbi-users] firebird driver segfault

2013-02-17 Thread markus . hoenicka
. Again, I'm not talking about libdbi or libdbi-drivers problems. I just can't get the engine itself to work. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- The Go Parallel Website, sponsored

Re: [libdbi-users] firebird driver segfault

2013-02-18 Thread Markus Hoenicka
and libraries provided by the Debian packages. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all

Re: [libdbi-users] firebird driver segfault

2013-02-18 Thread markus . hoenicka
program does not run to completion using this driver. Did you ever succeed in running the new test kit? Or the old one shipped with 0.8.3 fwiw? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [libdbi-users] firebird driver segfault

2013-02-21 Thread Markus Hoenicka
the database, create the table, insert the data, and clean up after themselves when the test succeeds. It would be a major step forward towards debugging if I was able to run these test cases on my box. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [libdbi-users] firebird driver segfault

2013-02-22 Thread markus . hoenicka
support dropping tables. How do you deal with this in your own programs? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Everyone hates slow websites. So do we. Make your web apps faster

Re: [libdbi-users] firebird driver segfault

2013-02-23 Thread markus . hoenicka
official firebird support unless someone steps up and takes a look at the firebird driver and the tests. best regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Everyone hates slow websites. So do we

[libdbi-users] libdbi and libdbi-drivers versions 0.9.0 released, finally

2013-03-13 Thread markus . hoenicka
, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu

Re: [libdbi-users] libdbi and SQL Injection

2014-01-10 Thread Markus Hoenicka
Am 2014-01-10 14:17, schrieb Markus Hoenicka: if I understand you correctly, you attempt to insert a value containing the string %s Saints going down tonight! using the libdbi function dbi_conn_queryf(). Thing is, dbi_conn_queryf() is intended to make dbi_conn_query() behave

Re: [libdbi-users] libdbi and SQL Injection

2014-01-10 Thread Markus Hoenicka
() instead. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads

Re: [libdbi-users] DB2 support

2014-09-08 Thread Markus Hoenicka
-- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http

Re: [libdbi-users] DB2 support

2014-09-09 Thread Markus Hoenicka
and libdbi-drivers contain an autogen.sh script in the top-level directory which will generate an appropriate configure script for you. regards Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Want

Re: [libdbi-users] Valgrind error with pgsql: Conditional jump or move depends on uninitialised value(s)

2014-11-03 Thread Markus Hoenicka
from valgrind's output that it is libdbi variables which are uninitialized. Can you re-run your test with a different database engine? I'd suggest using the sqlite3 driver as this engine has few if any external dependencies. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score

Re: [libdbi-users] prepared statements

2015-06-11 Thread Markus Hoenicka
the feature using the functions of their respective client libraries. Therefore, it is best to design and discuss the interface first, and then to move on from there. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [libdbi-users] Problem getting SQLite last sequence value

2016-08-01 Thread Markus Hoenicka
't find the time to actually reproduce your problem. However, I've found the following conspicuous line in dbd_sqlite3.c (line 1236 in my copy): || strstr(curr_type, "INTEGER PRIMARY KEY") /* BAD BAD HACK */ It is quite possible that the "bad bad" part of this hack came to l

Re: [libdbi-users] Lib DBI windows version

2018-12-30 Thread Markus Hoenicka
gt;> -From where can I get DbiXX detail documentation and source code of the >> same? >> >> Regards, >> Pabitra > > _______ > libdbi-users mailing list > libdbi-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/libdbi

Re: [libdbi-users] Found and fixed: dbd_mysql thread unsafe problem

2019-11-18 Thread Markus Hoenicka
bdbi-users -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 ___ libdbi-users mailing list libdbi-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libdbi-users