[asterisk-bugs] [Asterisk 0010614]: various coding errors causing more trouble than reasonable
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Aug 30 23:48:37 CDT 2007
email_notification_title_for_status_bug_ready_for_testing
======================================================================
http://bugs.digium.com/view.php?id=10614
======================================================================
Reported By: jontow
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 10614
Category: CDR/cdr_odbc
Reproducibility: always
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 81402
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 08-30-2007 20:43 CDT
Last Modified: 08-30-2007 23:48 CDT
======================================================================
Summary: various coding errors causing more trouble than
reasonable
Description:
Avoid SQLDisconnect() anywhere but odbc_disconnect() (this means in
odbc_log()).
Get the query prepare functions out of odbc_log(), they don't belong there
and it doesn't work: on failure, it'll never succeed because the connection
is trashed and things are never re-prepared after being allocated.
In all of the file, ODBC_res should be of type SQLRETURN, not a normal
int.
In odbc_do_query(), proper error reporting from the ODBC layer doesn't
hurt either; it doesn't crash the drivers if you don't hard-code sizes that
are way too small per the specs and use the correct SQL* types.
No, I don't have a patch that I can post right now, and no, I don't have a
valid disclaimer these days.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
08-30-07 23:48 Corydon76 Status assigned => ready for
testing
======================================================================
More information about the asterisk-bugs
mailing list