|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4752 | minor | always | 09-08-11 03:59 | 06-21-12 00:30 | |
|
|
|||||
| Reporter: | petja | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in 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 |
||||
| Steps To Reproduce: | |||||
| 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); } |
||||
| Relationships | |||||
| Attached Files: |
|
||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||