This is a discussion on BUG #1384: Bugs in PostgreSQl 8.0 within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 1384 Logged by: RANGARAJAN Email address: rangarajan@insoft.com PostgreSQL version: 8.0 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 1384 Logged by: RANGARAJAN Email address: rangarajan@insoft.com PostgreSQL version: 8.0 Operating system: windows Description: Bugs in PostgreSQl 8.0 Details: Hello sir, We have developed an web application in ASP.Net with back end as POSTGreSQL Version 7.4 for Linux, which works fine without any issues. Recently we had tested the same application with POSTGreSQL Version 8.0 for Windows, there we found lots of issues like if we input more than 2010 characters in a text box it stores well in the database whereas while fetching and displaying the same some junk characters are automatically added to the value and it displays. 2.If we input longer text values in varchar field data is been saved. while retrieving "no data - available error". It also stops the asp.net worker process so we can't able to prceed further in the application. ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html |
| ||||
| RANGARAJAN wrote: > We have developed an web application in ASP.Net with back > end as POSTGreSQL Version 7.4 for Linux, which works fine without any > issues. Recently we had tested the same application with POSTGreSQL > Version 8.0 for Windows, there we found lots of issues like if we > input more than 2010 characters in a text box it stores well in the > database whereas while fetching and displaying the same some junk > characters are automatically added to the value and it displays. Without more details of the application, I don't hesitate to claim that this is a bug in your frontend driver. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |