Hello, I just finished writing a product that uses REAL SQL Server. I ran into a number of problems that I consider to be bugs. I have submitted them, with example code, to the feedback system.
REAL SQL Server and REALSQLServerPlugin have not been updated since they were released. It would be nice to have these items resolved; design changes and workarounds aren't fun. - Travis ----- When the server is running on Windows, the SHOW DATABASES command does not return databases that are currently in use, even though they are still available. This prevents me from showing a popup of databases. When the server is running on Mac OS X, the SHOW DATABASES command can return duplicates. Incorrect and inconsistent behavior of SHOW DATABASES http://support.realsoftware.com/feedback/viewreport.php?reportid=nljvwcf l ----- Granting SELECT privileges on a single table does not work. The user will not be able to select unless the group is given SELECT privileges for the entire database. Granting SELECT privileges to a single table does not work http://support.realsoftware.com/feedback/viewreport.php?reportid=theorrk a ----- Records cannot be locked unless the user has the privileges to create tables. Users should only need to have write privileges to lock a record. Cannot lock records without having CREATE privileges http://support.realsoftware.com/feedback/viewreport.php?reportid=kbkkpot s ----- Privileges are stored using a case-sensitive database name. This can cause all sorts of problems if the database name is user-entered. I could use SHOW DATABASES to adjust the case if only it worked consistently (see SHOW DATABASES bug earlier in message). Privileges are verified using case-sensitive database names http://support.realsoftware.com/feedback/viewreport.php?reportid=wdfsnjo d ----- The Locks Timeout value doesn't seem to do anything. If I lock a record, then do nothing, the lock is not released after the timeout value. Locks are released when the client unlocks or disconnects. Locks are not released due to inactivity http://support.realsoftware.com/feedback/viewreport.php?reportid=yckdhsq g _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
