Stable version.
↧
RazorSQL 6.2.3
↧
RazorSQL 6.2.2
Stable version. Upgraded SQLite JDBC driver version - added support for wal databasesFor certain multi-monitor display configurations, the max window sizeof RazorSQL is getting set to the primary display maximum resolutionSQL -> Execute SQL Output to File option throwing errorDerby Network databases - Auto download - both the derby.jar and derbyclient.jarfiles need included in the driver location field
↧
↧
RazorSQL 6.2.4
Stable version.
↧
RazorSQL 6.2.5
Stable version.
↧
RazorSQL 6.2.6
Stable version. Connection to Salesforce not working since previous releaseSQL Server / Sybase: Calculated results in select clauses canreturn 0.0 instead of null
↧
↧
RazorSQL 6.3.2
Stable version. Added MariaDB supportAdded the Oracle 12c JDBC driversDynamodb - Export with generate DDL not working for tables withperiods in the name
↧
RazorSQL 6.3.1
Stable version. Added close all query results option to right-click menu of query results tabSQLite: Enabled foreign key support by default for new connectionsSSH Client: Added ability to enter separate passphrase for private key fileSSH Tunnel Tool: Added ability to specify a pass phrase for a private key fileAdded a MariaDB driver option to the MySQL connection type optionsShip with MariaDB driversDatabase Conversion: converting boolean true or false values to SQLitenot getting generated with proper syntaxDynamoDB: Tables with dots in the name not supported for certain operationsNext Tab and Previous Tab options not working correctly on MacIf query results column names are rearranged, and column names and resultsare copied to the clipboard, the column names are not in the correct order
↧
RazorSQL 6.3.0
Stable version. Added support for the Cassandra databaseAdded an Edit -> Delete Lines Containing optionSalesforce: Added the ability to connect to a Salesforce sandbox environmentFunction Navigator / Function Selector: Now shows both procedures and functionsin Oracle PL/SQL packagesQuery Scheduler: Added option to set start timein seconds from current timeQuery Scheduler: Added option to set the title of the query schedulerwindowQuery Scheduler: Added option to determine whether to overwriteor append to the output file if it already existsQuery Scheduler: Added option to load query text from a fileQuery Scheduler: Added option to load query text from the SQL favorites listQuery Scheduler: Added file name, interval, executions, and query tostatus field of query scheduler windowContinue should be the default button on the Add Connection Wizard screenAdded additional error notifications for the Export toolIf a maximum rows value is set in the preferences, that valuewill get set on the JDBC driver's statement object for each querySalesforce: Using TableName.ColumnName syntax in queries returns nullvaluesSalesforce: Relationship queries using join tables via dot notation columns(example: Contact.Account.Name) returning nullvalues for columns from the joined tablesSalesforce queries not always returning rows above initial salesforcerequest limitsMac 64-bit: Various focus issues where windows / dialogs are not gettingfocus when appearing
↧
RazorSQL 6.3.3
Stable version. DynamoDB: Add global secondary indexes and local secondary indexes to the describe toolDynamoDB: Add global secondary indexes and local secondary indexes color indicator to the database browserDynamoDB: Upgraded to latest AWS librariesIncreased launching performance of edit table toolIncreased launching performance of alter table toolExecute Procedure Tool: For Oracle, now supports REF CURSOR as an IN OUTparameter if no value is set for the REF CURSOR as an IN paramDynamoDB - does not support tables with dashes in the nameDynamoDB: tables with global secondary indexes not showing key informationDynamoDB: describe tool not showing information for tables with global secondary indexesDynamoDB: Tables with no rows not showing columns in the database browserDyanmoDB: Unpopulated index columns not showing as columns in database browserRead only version does not allow to change databases
↧
↧
RazorSQL 6.3.4
Stable version. Added H2 database conversion support to and from HSQLDB, MySQL, Oracle,SQLite, MS SQL Server, PostgreSQL, and MS AccessAdded MonetDB supportWhen closing RazorSQL with unsaved files, added a canceloption to the Yes/No save dialogNew session window no longer required mouse to navigateChanged memory settings on Mac OS X 64-bit versionDynamoDB select count(*) queries with where clauses - where clauses getting ignoredPercent of original size field not showing correct valuesin zip file viewer
↧
RazorSQL 6.3.5
Stable version.
↧
RazorSQL 6.3.6
Stable version. DynamoDB: Added ability to force a query or scan operation using the select_query or select_scansyntax instead of just selectselect_query * from employee where id = 1DynamoDB: Added ability to specify an index to use for a query operation using a query hintselect_query /*index_name*/ * from table_name where . . .DynamoDB: Enhanced logic to determine when to execute a query request and when to execute a scanrequest when query or scan is not indicated in select queryDynamoDB: added support for in clauses in SQL statementsDynamoDB: Import Tool: Added a checkbox for skipping columns / attributes in generatedinserts when the value is null / emptyAdded ability to set connection properties when using the MS SQL Server JDBC driver from MicrosoftDynamoDB: support beginning comments in queriesDynamoDB: A non-descriptive error is thrown when referencing an attribute in an SQLstatement that does not exist in the tableIf SQL Server jtds connection fails for SSL reasons, and MS SQL Server driver is installed,try connecting with the SQL Server driverChanged the formatting of the query error text to handle line wrapping betterFaster scroll speed on Explain Plan windowIf result columns are moved and put back in the same place - results editor throws errorpreventing changes due to columns being re-arrangedPostgreSQL: editing views taking a long time in certain situationsQuery Builder: add table button window appearing behind the query builder on MacQuery results edit table button not always appearing for supported queries when the querieshave comments in them
↧
RazorSQL 6.3.7
Stable version. Salesforce: Added copy to local database option for Salesforce tablesAdded Copy File Path option to File System BrowserImport Tool: Create table from import - table names converted to defaultcase for the databaseLimit size of table references window in query builder to prevent windowfrom going off screenIf there is an at sign in table - wrap in quotesDatabase Conversion: Oracle to H2 and H2 to Oracle conversion files missingImport Tool: Create table from SQL inserts - generated column names sometimes have spaces
↧
↧
RazorSQL 6.3.8
Stable version. Added PostgreSQL materialized view supportAdded support for creating projects and interacting with projectsvia a tab on the file system browserEnhanced materialized view options on the database browser for OracleAdded an option to print line numbers when printing via the web browser optionExpansion of materialized view node in database browser now shows view columnsDynamoDB: All columns not always displaying in select * queriesPostgreSQL Database browser not differentiating among overloaded functions
↧
RazorSQL 6.3.9
Stable version.
↧
RazorSQL 6.3.10
Stable version.
↧
RazorSQL 6.3.12
Stable version. Export Tool: Added an option to not halt on errors when exporting multiple tablesAdded UCanAccess JDBC driver supportAllow user to change the location of the built in databaseCommand Line Interface all to pass all information to connect to the databaseon the command lineExample:java -Xms64M -Xmx1200M -jar razorsql.jar -export "jdbc:mysql://192.168.1.11:3307/sample?noDatetimeStringSync=true|com.mysql.jdbc.Driver|/Users/user/Library/RazorSQL/mysql/mysql-connector-java-5.0.8-bin.jar|testuser|testpass" "select * from department" csv "/Users/user/Desktop/export.txt" NO NO NO "DEFAULT" "DEFAULT"Upgraded internal database from HSQLDB 1.8 to HSQLDB 2.3Database conversion: When converting from a database with default upper caseto a database with default lower case or vice versa, no longer wrap generatedcolumn names in quotes if they are not in the default casePostgreSQL function names not displaying in the database browserfor certain PostgreSQL databasesDynamoDB: Errors occur if attributes are not present near the beginningof the table, but do have values later in the tableQuery scheduler does not work with SalesforceGenerate SQL from query results with table name witha space not generating correct SQLSalesforce - unable to query Case table due to SQL syntax errorDatabase Conversion: Boolean types getting converted to Oracle failing on insert
↧
↧
RazorSQL 6.3.13
Stable version. Added Amazon Redshift supportEnable viewing of raise output in NetezzaAdded support for Apache Derby 10.11Export Tool: If halt on export is unchecked, all export files / data not getting writtenSave to FTP menu option not workingCassandra: Can't always handle concurrent requests.Changing the decimal separator in query results preference ignoredfor SQL Server and Sybase
↧
RazorSQL 6.3.14
Stable version. Add Reload option to right-click menu on sql editor tab for reloading the current fileFTP Window needs to remember its sizeDynamoDB query bug introduced with previous versionCommand Line Interface does not work with DynamoDB
↧
RazorSQL 6.3.15
Stable version. Upgraded SSH library - supports more ciphers and fixed bugswith connecting to SSH over non-standard portsChanged settings for how RazorSQL sets statement fetch size for DB2 ODBC driversSalesforce: includes query syntax throwing a parsing error
↧
RazorSQL 6.3.20
Stable version. Added 2015 Amazon RDS SSL certificates to RazorSQL installationAdded support for more encyrption algorithms for SSH tooland SSL encrypted connectionsChanged default connection timeout to 35 seconds from 120 secondsMySQL connection properties: verifyServerCertificate property spelled incorrectlyConfigure connection properties function on the add connection profile windownot setting connection properties for the MS SQL Server driver
↧
↧
RazorSQL 6.3.18
Stable version. MS SQL Server: On Windows, added the ability to connect using Windows authentication forthe MS SQL Server JDBC driverAdded a Help -> Set System Property menu option to allow users toset system propertiesStart using newer version of MySQL driver for auto downloadversion 5.1.34SQL history now includes the current statement delimiter when storing the queries to historyIf batch call size is 1, command line execute sql file process no longer usesthe execute batch option on the driverQuery Results Sort: PostgreSQL timestamptz values not sortingRight-click menu on FTP Client sites list does not work on LinuxRight-click menu on file system browser path field does not work on LinuxDynamoDB - columns with the name of key should not be required to be quotedwhen written in queries
↧
RazorSQL 6.3.17
Stable version. Add option to the Window menu for closing the current query results tabUpgraded DB2 driver to the latest version (3.69)When exporting multiple delimited files and delimiter is a comma,name all files with a .csv extensionOracle timestamps: Changed default format for Oracle timestamp columns toYYYY-MM-DD HH24:MI:SS.FFFAdded User Input Font option to the font dialog of the preferences window forchanging the combo box fonts for tools in the Search menuQuery referenced table option in query results not working for queries withquoted table namesClosing the font selection window sometimes changes the font without the OK buttonbeing pressedEdit table tool. Edit query with a lot of results, the last row does not displayin the edit table tool
↧
RazorSQL 6.3.21
Stable version. Added Icon Size menu to the view menu to allow usersto change the size of iconsAdded Text Size menu to the view menu to allow usersto change the default text sizeFor high-resolution displays, RazorSQL will automatically scaletext and icons to a larger size depending on the resolution of thedisplayFirebird database browser not showing columns for case sensitivetablesSet identity insert on not working on import tool if tablebeing imported into is different than the current database
↧
RazorSQL 6.3.22
Stable version. Upgraded Mongodb driver to version 3Upgraded Oracle JDBC drivers to the latest 12c versionMongodb version 3 authentication not supportedIf user sets an icon or text size preference, and then sets it back to auto detectauto detect logic is not correctDynamoDB: generated delete and update statements for tables with dots in the namethrow errors
↧
↧
RazorSQL 6.3.23
Stable version. Added support for displaying DynamoDB map typeAdded support for displaying DynamoDB list typeAdded support for DynamoDB boolean typeMySQL - if get the no database selected error, display a more meaningful messageto the userUpgraded DynamoDB AWS library to the latest versionText and Icon size auto-detection only scales text and images for resolutionslarger than 1080p and now sets icon and text sizes to medium instead of largeStatements starting with a SET command are always updated as an updatedeven if there are select statements in the statement blockPostgreSQL to MS SQL Server database conversion setting decimal / numeric lengthincorrectly in certain cases
↧
RazorSQL 6.3.24
Stable version. Sybase Generate DDL for views not generating entire view statementSybase Generate DDL tool displays nchar and nvarchar columns as char and varcharIf "Executing . . ." window preference is turned off, focus does notstay in editor after executing query
↧
RazorSQL 6.3.26
Stable version. Added support for select count() queries for SalesforceImport Tool: Import create new table option not recognizing column headers in certain situationsImport Tool: Create new table creating table as default case object but insert statementgeneration using exact caseFTP client throwing error when no files / directories contained ininitial directory
↧
RazorSQL 6.3.25
Stable version. Added option for specifying encoding on Firebird connectionsAdded support for additional ciphers for SSH tunnels and SFTP connectionsCassandra date formatting issuesQuerying for boolean field in where clause does not work in DynamoDB.When entering a value for a query parameter and saving the value in the session,the wrap in single quotes option not getting remembered when applying the value to futurequeries
↧
↧
RazorSQL 6.3.28
Stable version. MySQL Table Conversion: Auto increment columns now convert toPostgreSQL serial columnOracle - added ability to get line number for SQL errorson select statementsAdded a preference for whether to try to display Oracle error linenumbers for select statementsAdded ability to sort query results columns via turning on thesort query results columns preference
↧
RazorSQL 6.3.27
Stable version. SQL Azure: Added support for generating / backing up procedures, functions, and triggersSQL Azure: Added support for displaying indexes, constraints, and rolesCopy to Local Database option for Salesforce and DynamoDB tables throwing errors for varchar columnsMac OS X freezing issues
↧
RazorSQL 6.3.29
Stable version. PostgreSQL: Added a dropdown on the toolbar so users can switchbetween databases in the same RazorSQL tabMongoDB: ListDatabases role no longer needed to connect
↧
RazorSQL 6.4.0
Stable version.
↧
↧
RazorSQL 6.4.1
Stable version.
↧
RazorSQL 6.4.3
Stable version.
↧
RazorSQL 6.4.2
Stable version.
↧
RazorSQL 7.0.9
Stable version. Command Line File Execution: Added a halt on error parameterCommand Line File Execution: Added a show output parameterCommand Line File Execution: When executing as batch, if batch fails, try toexecute statements in batch after the failure statementImport Tool: For delimited, SQL, and Excel files, if batch fails, tryto execute statements in batch after the failure statementFor SQL Server Express / local connections, if JDBC connection fails, tryODBC connection via shared memorySQL Server TSQL blocks that start with a use statement not returning resultsfrom selects inside the block
↧
↧
RazorSQL 7.0.8
Stable version. Added a file encoding parameter option to command line delimited file importAdded a halt on error option to the command line delimited file importCommand line import - if there is an error, batch size is greater than 1,and halt on error is false, try to re-execute any statements in the failed batchthat were not executed due to an error in a previous statement Teradata Version 15 driver throws an ExceptionInitializationErrorImport tool: create new table and import from sql file erroring
↧
RazorSQL 7.0.7
Stable version. Added a Find All Rows icon to the query results pane thatdisplays all rows that have any column that contains the textentered by the userAdded clear entries option to recent files menuAdded clear entries option to recent directories menuMinor performance improvements to ExportUpgraded MariaDB driverUpgraded Informix driverIgnore case when sorting the recent files menu itemsIgnore case when sorting the recent files menu itemsIncreased the time allowed between keystrokes before the buffer resetsfor database navigator key ahead searchingOracle prepared statement import does not work when importing a subset of the columnsin the tableSalesforce:if you order on an aggregate, the grouped field in the linked table disappears
↧
RazorSQL 7.0.4
Stable version. Added support for macOS SierraEnhanced single-threaded mode for legacy ODBC driversAdded a preference to force RazorSQL to run in single-threaded mode (for legacy driversthat don't support multi-threading)Added support for more Salesforce count query typesXactly and CacheDB ODBC connections are now set in single-threaded by defaultChanged the way RazorSQL communicates with the Xactly driver for non-select statementsQueries against tables with uniqueidentifier columns throw errors when usingthe SQL Server ODBC driver
↧
RazorSQL 7.0.2
Stable version. Oracle connection wizard: Added the ability to set up LDAP connectionsOracle connection wizard: Added the ability to set up connections based on TNS filesExcel import: Numbers in scientific notation are converted to whole numbersHSQLDB database conversion: Primary key clause no longer included in create table statement for identity columnsIncreased max frame size in Cassandra driver from 16 MB to 64 MBAdded support for Access GUIDUpgraded Salesforce API to version 37Unable to query Salesforce Order tableProxy settings not getting saved when configuring proxy via Add connection profileCassandra: Timeuuid column type not supportedCertain data types not showing up in create table tool for SQL ServerKeep alive executing during exports causes problems in certain databases / drivers
↧
↧
RazorSQL 7.0
Stable version. Added support for DB2 table conversion to and from the following databases: MySQL, PostgreSQL, SQL Server, Oracle, MS Access, SQLite, and HSQLDB.Added support for HPE Vertica databasesSalesforce: Added column sizes to Salesforce describe table toolAdded create index statements to the generate DDL option for tablesDynamoDB: Added the option to connect to a DynamoDB local server when creating a connection to DynamoDBAdded ability to edit connection profile names on the connection windowAdded support for Redshift Interleaved sort keys in create table DDLAdded support for Redshift compound sort keys in create table DDLAdded support for Salesforce date functions like LAST_N_DAYSAdded ability to turn on ssl encryption when connecting to Redshift using the Redshift driverChange in how RazorSQL determines what query to execute when the cursor is after the statement separator but on the same line. Now, the previous query is executed. In the past, the next query was executedSalesforce: Copy to local database uses actual Salesforce column sizes for character-based columns instead of default sizesDynamoDB update statement: If a value is set to null in the update statement, the value is removed from the attribute in the DynamoDB item in the DynamoDB tableCassandra: comments are automatically stripped from queriesMac OS X 64-bit: Upgraded graphics libraries to the latest versionDerby: columns not displaying in database browser for mixed case table namesExport command line interface. If specifying "insert" as the output type, the ending chars field is ignoredDynamoDB Database Browser: Trying to view a table that's name is an SQL keyword throws an errorRedshift sort and dist keys not always returned in generated DDL when when $user is present on the search_pathRedshift sort keys not always determined correctly when generating Table DDLRefresh navigator preference value getting erased in certain Execute All situations
↧
RazorSQL 7.1.0
Stable version. Export Tool: Added the Excel XLSX format as a supported optionImport Tool: Added the Excel XLSX format as a supported optionLinux x86 and x64: Upgraded graphics libraries and runtimeWindow x86 and x64: Upgraded graphics libraries and runtimeMac x64: Upgraded graphics libraries and runtimeH2 database connection wizard auto download process - updated to get latest stable version of H2Database Conversion: Salesforce address column types getting a length of 0 when converting to other database types
↧
RazorSQL 7.1.1
Stable version. Added support for configuring connection properties for the MS SQL Server driver when connecting to SQL AzureConnection Wizard: Changed display of database type listInformix Edit Table Tool: Generated insert/update/delete statements for columns with data type smallint generating incorrect SQLMac: Zip Utility: Extract All option selecting the parent directory instead of the current directory of the zip fileMac: Zip Utility: Zip file not getting closed correctly after zip utility is closedEditor font not changing if user changes text size option in the View menu to Medium or Large
↧
RazorSQL 7.1.4
Stable version. Changed threading behavior for SQL Server ODBC connectionsChanged threading behavior for CacheDB ODBC connectionsConfigure connection properties option does not support values with ~ or | characters in themSybase: Executing queries that load temp tables using the Execute SQL Fetch All Rows option throws an error
↧
↧
RazorSQL 7.1.3
Stable version. Changed default MongoDB timeout and keep alive settingsSSH Tunnel and SFTP Client not working when using SSH servers that have Kerberos as the preferred authentication type
↧
RazorSQL 7.1.2
Stable version. Edit Table Tool: Apache Derby: Added support for identity / auto increment columnsAdded preference for whether to warn on disconnectAdded an Extra Large option to the View -> Text Size menuAdded an Extra Large option to the View -> Icon Size menuChanged default memory settings on 64-bit versionsSFTP Client - set max authentication tries to 1 to prevent account lockingSQL Server to PostgreSQL conversions for smallint and tinyint not working correctlyFile System Browser and FTP client icons not displaying correctly when View - Icon Sizemenu option set to larger than normal
↧
RazorSQL 7.2.0
Stable version. Added support for Amazon AthenaAdded support for Amazon Aurora MySQL compatible versionAdded support for Amazon Aurora PostgreSQL compatible versionAdded support for Derby 10.13 to the auto-install driver processAdded several default, configurable connection properties for the MariaDB driverFor databases that RazorSQL has auto-download configured for drivers, added option for re-installing drivers after they were already downloaded / installedAdded a Tools -> International Editor option for more easily typing languages such as Chinese, Japanese, and KoreanChanged default driver for MySQL to the MariaDB driverUpgraded to version 1.5.5 of the MariaDB driverSQL Server jtds driver: default to useNTMLV2 when not otherwise set and using domain securityCassandra: Selecting against smallint and tinyint columns is not workingCreate function syntax for Amazon Redshift is not correctMac: Find/Replace command window not allowing editing when keyboard input is set to certain languages other than English.Mac: Certain keyboard shortcuts executing twice when keyboard input is set to certain languages other than English
↧
RazorSQL 7.2.2
Stable version. Better support for windows display scalingAdded support for literal and binary strings over the maximum supported length by the database to be inserted via the Import tool - Import from a File of SQL Statements option if RazorSQL was used to generated the SQL file.For newer versions of Cassandra, all defined keyspaces are displayed in the database navigator even if they do not have tablesChanged default icon and text size to auto detectMac 64-bit: Allow to run on less battery intensive graphics card for machines with two cardsCommand Line Call Generator: Execute Option: Not generating command correctly when password override is left blankSome code builders not working (HTML, C, etc.)
↧
↧
RazorSQL 7.2.3
Stable version. Added a View -> Font -> Reset Fonts to Default menu option and adding a reset fonts to defaultoption in the preferencesMac 64-bit: Included executable program within RazorSQL.app so command line programscan be run without any additional installs requiredChanged default editor font size from 11 to 12Xactly ODBC Driver: If query returns no rows, don't show errorXactly: Drop-downs: Configure for schema support only - remove catalog/database optionsXactly: Don't perform operations on stale results or connections to prevent crashingFTP client. Right-clicking on Mac with control plus click deselects the currently highlighted itemMac 64-bit: Next tab and Previous tab shortcuts moving over two tabs instead of oneIf screen resolution is made larger while RazorSQL is running, unable to resize window pastoriginal screen sizeFTP Client: The progress bar on windows is not wide enoughMS SQL Server: Generate DDL is putting sizes on hierarchy_id columnsQuery Results: Copy Results to Clipboard (No Column Names) option is including the columnnames in the copied text
↧