| Anonymous | Login | Signup for a new account | 06-10-2026 04:51 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0004752 | [Quercus] | minor | always | 09-08-11 03:59 | 06-21-12 00:30 | ||||
| Reporter | petja | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004752: Incorrect response from longtext column in Google SQL Service environment | ||||||||
| Description |
In Google App Engine environment with SQL service on. Quercus returns incorrect value from lontext columns to php program. Attached is a simple test case with sql for database and php file for testing. Result for the test case in localhost environment: test_value :testing long text field Result for the test case in Google App engine environment: result :com.google.cloud.sql.jdbc.internal.ClientSideBlob@e316ed3a |
||||||||
| Additional Information |
You can use SQL Service as database provider by adding following code to QuercusServlet: try { AppEngineDriver driver = new AppEngineDriver(); DriverManager.registerDriver(driver); GoogleDataSource dataSource = new GoogleDataSource(driver) {}; dataSource.setInstance("mycorp:instance"); setDatabase(dataSource); } catch (SQLException e) { throw new ExceptionInInitializerError(e); } |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
38 total queries executed. 29 unique queries executed. |