| Anonymous | Login | Signup for a new account | 08-09-10 02:42 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001743 | [SphereServer 0.56b] executable - generic | minor | always | 03-05-10 14:23 | 23-08-10 21:58 | ||||
| Reporter | Marlek | View Status | public | ||||||
| Assigned To | |||||||||
| Priority | normal | Resolution | unable to reproduce | ||||||
| Status | closed | Product Version | PreRelease/Nightly | ||||||
| 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. |
||||||||
| Additional Information | |||||||||
| Tags | No tags attached. | ||||||||
| Nightly Version | Not Available | ||||||||
| Experimental Flags | None | ||||||||
| Option Flags | None | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2008 Mantis Group |