On Saturday, 13 January 2018 at 06:18:43 UTC, Ali Çehreli wrote:
On 01/12/2018 06:50 PM, Venkat wrote:
> Sorry about all these posts. Wish there were an edit button.
That's ok. :) These are actually newsgroups (see NNTP
protocol). Newsgroups don't have any edit functionality. The
"forum" is ju
On 01/12/2018 06:50 PM, Venkat wrote:
> Sorry about all these posts. Wish there were an edit button.
That's ok. :) These are actually newsgroups (see NNTP protocol).
Newsgroups don't have any edit functionality. The "forum" is just a web
interface to newsgroups.
Ali
Sorry about all these posts. Wish there were an edit button. I
meant PreparedStatement in mysqlddbc driver, not HibernateD.
I think there is a bug with PreparedStatement class in
HibernateD. ddbc fails when I use a PreparedStatement. The code
below shows that. I will create an issue with HibernateD.
int main(string[] args) {
string url =
"mysql://localhost:3306/webmarx?user=webmarx_dev,password=webm@rx";
On Friday, 12 January 2018 at 08:55:13 UTC, Rene Zwanenburg wrote:
Hard to guess what the issue is, I'd attach a debugger to see
where it crashes.
It fails at the sql() method in Command struct in
mysql-native-1.1.4/mysql-native/source/mysql/commands.d. This is
what gdb says when I do a disp
On Friday, 12 January 2018 at 12:41:34 UTC, Mike Parker wrote:
I see now. I glossed right over that execution output. On
Windows, I don't recall ever seeing a dub exception from dub
from a segfault. Just checked by accessing a null pointer and
there's nothing thrown from dub. Is that a Linux
On Friday, 12 January 2018 at 08:55:13 UTC, Rene Zwanenburg wrote:
It looks to me like the program is being run through dub, and
dub is just reporting the program's exit code.
I see now. I glossed right over that execution output. On
Windows, I don't recall ever seeing a dub exception from
On Friday, 12 January 2018 at 07:33:37 UTC, Mike Parker wrote:
On Friday, 12 January 2018 at 05:24:52 UTC, Venkat wrote:
I get a SegFault with the main method below which uses
HibernateD . The second main method which uses ddbc just works
fine. What is wrong with the first main method ? I have
On Friday, 12 January 2018 at 05:24:52 UTC, Venkat wrote:
I get a SegFault with the main method below which uses
HibernateD . The second main method which uses ddbc just works
fine. What is wrong with the first main method ? I have
attached the error at the bottom although I don't think it says
I get a SegFault with the main method below which uses HibernateD
. The second main method which uses ddbc just works fine. What is
wrong with the first main method ? I have attached the error at
the bottom although I don't think it says much.
This method uses HibernateD
int main() {
10 matches
Mail list logo