SphereServer BugTracker - SphereServer | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001743 | SphereServer | executable - generic | public | 03-05-10 14:23 | 23-08-10 21:58 |
Reporter | Marlek | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | ||
Platform | OS | OS Version | |||
Product Version | 0.56c Nightly | ||||
Target Version | Fixed in Version | ||||
Nightly Version | Not Available | ||||
Experimental Flags | None | ||||
Option Flags | None | ||||
Internal Build Number | |||||
Summary | 0001743: AExecute not working for SQL Inserts | ||||
Description | AExecute isn't working for SQL Inserts. Sphere Version is nightly r1272, only the NetworkOutThread Flag is activated. No Problem with: DB.EXECUTE "INSERT INTO skari_pagesys ('ident') VALUES ('0400dd813');" Using the following Helper functions: [FUNCTION f_execute_mysql] IF (<DB.AEXECUTE f_execute_callback, <ARGV[0]>> == 0) SERV.LOG Failed to queque async Database command. ELSE SERV.LOG Quequed async Database command. ENDIF RETURN [FUNCTION f_execute_callback] IF (<ARGN2> == 0) SERV.LOG Async Database action failed: SERV.LOG <ARGS> ELSE SERV.LOG Async Database action succeeded: SERV.LOG <ARGS> ENDIF RETURN And doing: f_execute_mysql "INSERT INTO skari_pagesys ('ident') VALUES ('0400dd813');" Will result in: 14:16:(functions.scp,6)Quequed async Database command. 14:16:(functions.scp,12)Async Database action failed: 14:16:(functions.scp,13)INSERT INTO skari_pagesys ('ident') VALUES ('0400dd813'); Nothing will be added to Database. Doing: f_execute_mysql "DELETE FROM skari_pagesys WHERE ident = '0400dd813';" Will result in: 13:50:CRITICAL:Exception, in AsyncDatabaseHelper::tick But it will be removed correctly from Database. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
03-05-10 14:23 | Marlek | New Issue | |||
03-05-10 14:23 | Marlek | Nightly Version | => Not Available | ||
03-05-10 14:23 | Marlek | Experimental Flags | => None | ||
03-05-10 14:23 | Marlek | Option Flags | => None | ||
03-05-10 14:26 | Marlek | Note Added: 0000459 | |||
03-05-10 14:27 | Marlek | Issue Monitored: Marlek | |||
03-05-10 20:58 | MrSugarCube | Status | new => closed | ||
03-05-10 20:58 | MrSugarCube | Note Added: 0000460 | |||
03-05-10 20:58 | MrSugarCube | Resolution | open => unable to reproduce | ||
03-05-10 21:39 | Marlek | Status | closed => feedback | ||
03-05-10 21:39 | Marlek | Resolution | unable to reproduce => reopened | ||
03-05-10 21:39 | Marlek | Note Added: 0000461 | |||
03-05-10 21:43 | Marlek | Note Edited: 0000461 | |||
03-05-10 21:49 | Marlek | Note Edited: 0000461 | |||
03-05-10 22:01 | Incanus | Issue Monitored: Incanus | |||
15-05-10 17:58 | MrSugarCube | Note Added: 0000469 | |||
23-08-10 21:58 | MrSugarCube | Status | feedback => closed | ||
23-08-10 21:58 | MrSugarCube | Note Added: 0000590 | |||
23-08-10 21:58 | MrSugarCube | Resolution | reopened => unable to reproduce |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|