Author |
Message |
Topic: memcache |
larsivi
Replies: 6
Views: 34882
|
Forum: Mango Posted: Thu Jan 07, 2010 10:53 am Subject: memcache |
MemCache is now in Tango as tango.net.util.MemCache |
Topic: Fixes for building tangobos |
larsivi
Replies: 2
Views: 17114
|
Forum: tangobos Posted: Mon Apr 06, 2009 4:01 pm Subject: Fixes for building tangobos |
I have added you to the developers list (hopefully permanently
I believe you should get a notification when I answer you in this thread. |
Topic: What's the latest version? |
larsivi
Replies: 9
Views: 30394
|
Forum: DDBI Posted: Wed Mar 25, 2009 11:39 am Subject: What's the latest version? |
Well, that shouldn't be a huge problem to update - are there major new changes in 3.5.x? |
Topic: What's the latest version? |
larsivi
Replies: 9
Views: 30394
|
Forum: DDBI Posted: Wed Mar 25, 2009 11:19 am Subject: What's the latest version? |
That fork has happened mainly because me and other mantainers have been to slow, hopefully he won't need it when things are shaping up - it is used for inspiration for this new version. |
Topic: What's the latest version? |
larsivi
Replies: 9
Views: 30394
|
Forum: DDBI Posted: Wed Mar 25, 2009 10:46 am Subject: What's the latest version? |
Next up is sqlite support, but there may still be changes to the API. |
Topic: What's the latest version? |
larsivi
Replies: 9
Views: 30394
|
Forum: DDBI Posted: Wed Mar 25, 2009 9:38 am Subject: What's the latest version? |
It is not really a mess But I get what you mean. Trunk is the latest, but as you say, a lot of features are missing there since it is a complete rewrite.
0.2.5 is the latest "stable" I ... |
Topic: What's the latest version? |
larsivi
Replies: 9
Views: 30394
|
Forum: DDBI Posted: Wed Mar 25, 2009 9:38 am Subject: What's the latest version? |
It is not really a mess But I get what you mean. Trunk is the latest, but as you say, a lot of features are missing there since it is a complete rewrite.
0.2.5 is the latest "stable" I ... |
Topic: Postgres 8.3.5 / Segmentation Fault in DDBI |
larsivi
Replies: 1
Views: 16571
|
Forum: DDBI Posted: Wed Mar 04, 2009 1:08 pm Subject: Postgres 8.3.5 / Segmentation Fault in DDBI |
I am sorry, but noone mantains the DDBI version that you use (that supports Postgres). A rewrite of all of DDBI is underway, but it will be some time before Postgres is supported again. |
Topic: Some problems when use DDBI |
larsivi
Replies: 3
Views: 23164
|
Forum: DDBI Posted: Mon Feb 09, 2009 1:22 pm Subject: Some problems when use DDBI |
DDBI is currently untested with LDC, but if there are issues they shouldn't be too difficult to resolve.
And don't worry about your English, it is perfectly fine |
Topic: Some problems when use DDBI |
larsivi
Replies: 3
Views: 23164
|
Forum: DDBI Posted: Wed Feb 04, 2009 11:58 am Subject: Some problems when use DDBI |
You also need to link the mysql client library, add
-L-lmysqlclient
to your command line (and make sure it is installed on your system). |
Topic: Statement...the pain. |
larsivi
Replies: 38
Views: 143333
|
Forum: DDBI Posted: Sun Feb 01, 2009 1:18 pm Subject: Statement...the pain. |
Yes, that is bad enough, but it doesn't say that you can't disconnect before clearing out all the results. If that isn't possible, _then_ things are much more difficult (no matter how things are done) ... |
Topic: Statement...the pain. |
larsivi
Replies: 38
Views: 143333
|
Forum: DDBI Posted: Sun Feb 01, 2009 1:07 pm Subject: Statement...the pain. |
I haven't actually tested yet, but none of the restrictions you mention related to mysql and multiresults are documented in the C API (that I could see). |
Topic: Statement...the pain. |
larsivi
Replies: 38
Views: 143333
|
Forum: DDBI Posted: Sun Feb 01, 2009 5:52 am Subject: Statement...the pain. |
It seems that decoupling:
1) introduces a cyclic import dependency - this is how Mysql trunk is - unless you get around it with an interface
Please point me to the cyclic dependencies.
... |
Topic: Statement...the pain. |
larsivi
Replies: 38
Views: 143333
|
Forum: DDBI Posted: Sat Jan 31, 2009 5:09 am Subject: Statement...the pain. |
Ok, I still need to be convinced that Database and Result should be decoupled.
The question is really whether there is a good reason to couple them.
It seems that decoupling:
1) introduces ... |
Topic: No bug tracker for ddbi? |
larsivi
Replies: 2
Views: 18398
|
Forum: DDBI Posted: Sat Jan 31, 2009 4:48 am Subject: No bug tracker for ddbi? |
Hmm, I assume you talk about the View tickets reports? I actually noticed this a long time ago, but forgot about it. I will try to bug Brad about it, as it probably is a server side issue. The permiss ... |
|