Category Archives: SQLEditor

SQLEditor 1.5

SQLEditor 1.5 is making good progress. The latest thing that I’m currently working on is to extract SQL Views from a database. In theory this should be just like extracting tables, but it’s looking much harder to work out than … Continue reading

Posted in SQLEditor | Leave a comment

10.5 support

At the moment I believe that both SQLEditor and HTMLValidator are compatible with Mac OS X 10.5 and should work without functional difficulty. A minor issue that I found is that the toolbar icons don’t look very good against the … Continue reading

Posted in Macintosh, SQLEditor | Leave a comment

OneMonthApp and SQLEditor

OneMonthApp is using SQLEditor! OneMonthApp is a project where they are building a complete web application in a month. It’s going to be a simple and easy to use cash flow application, apparently. And they’re going to make it free, … Continue reading

Posted in Company News, Internet Stuff, SQLEditor | Leave a comment

SQLEditor 1.4b2

Another day, another beta. (Kind of) SQLEditor 1.4b2 is now available, which is pretty much bug fixing against 1.4b1. There were several issues with 1.4b1 including an annoying bug that would sometimes delete foreign key connectors when you deleted an … Continue reading

Posted in Company News, SQLEditor | Tagged , , , , | Leave a comment

SQLEditor 1.3.6

SQLEditor 1.3.6 has now been available for about a week and so far it looks good. 1.3.6 was mainly released to fix bugs found in 1.3.x releases and to add in a few important features that had been widely requested. … Continue reading

Posted in SQLEditor | Leave a comment

SQLEditor 1.3.4 and 1.3.5: bugs

SQLEditor 1.3.4 got released on Tuesday, but unfortunately there is a bug in this version. The problem is that in 1.3.4 the connection presets system in the database connection panel was modified. There were a couple of fixes made, but … Continue reading

Posted in SQLEditor | Leave a comment

SQLEditor 1.3.2

SQLEditor 1.3.2 Release Update Continue reading

Posted in SQLEditor | Tagged , , | Leave a comment

SQLEditor 1.3.1

SQLEditor 1.3.1 got released on Friday afternoon, this was really just a bug fix release which fixed a handful of problems that were identified. I think the only major fix was that the new UID system was slightly broken in … Continue reading

Posted in Macintosh, SQLEditor | Tagged , , , | Leave a comment

SQLEditor 1.3b9 Released

I just made the latest version of SQLEditor (1.3b9) available on the website for download [2.8MB dmg]. The new version has a collection of improvements. Particularly in stability. Chris submitted a test case which broke the parser and the save … Continue reading

Posted in SQLEditor | Leave a comment

MalcolmHardie Solutions Weblog

About the new MalcolmHardie Solutions weblog. The new weblog will contain posts about SQLEditor and other products. If you already reading Angus Thinks you probably don’t need to read the MalcolmHardie weblog as well because all the posts on the … Continue reading

Posted in Company News, SQLEditor | Tagged , | Leave a comment

static link library to replace dylib in mac os x

This post on the xcode-users list explains a neat trick on how to get xcode to link a static library instead of a dynamic library. Imagine the circumstance: you want to use a particular non-standard version of a native library … Continue reading

Posted in Macintosh, SQLEditor | Tagged , , , , | 1 Comment

SQLEditor, Intel and No January Posts

Unfortunately I didn’t manage to make a single post to this site during January. Then suddenly I made several posts today. Why? The main reason is that I’ve been hard at work producing a Universal Binary version of SQLEditor. Which … Continue reading

Posted in SQLEditor | Leave a comment

Searching for an Oracle

Recently I’ve been trying to set up a box to run Oracle again. There are enough SQLEditor users that Oracle support is important. Fortunately Oracle have several downloads that can be used, there is a developer license for 10g and … Continue reading

Posted in Internet Stuff, Linux, Macintosh, SQLEditor, Windows | 3 Comments

SQLEditor 1.1b3 & softpedia

Today I released SQLEditor 1.1b3. I think this could very well be the last beta version before 1.1 final release. My first minor point release application!! (x.1) Originally I hadn’t intended to update all of the websites today, but they … Continue reading

Posted in Internet Stuff, SQLEditor | Leave a comment

SQLEditor 1.1 nearing release

SQLEditor 1.1 is now approaching release. It seems to have taken much longer than expected, however it does have a number of interesting improvements. The most interesting improvement is that it can export directly to a database. This is still … Continue reading

Posted in SQLEditor | Leave a comment

Forum for malcolmhardie.com

Following the suggestions in this article, I’ve been considering forum software recently to offer customers (and others) somewhere to discuss SQLEditor. Currently I’m considering PunBB, because it seems to be simple, fast and well received by reviewers and users. PhpBB … Continue reading

Posted in Internet Stuff, SQLEditor, Writing Software | Leave a comment

SQLEditor built for Mac On Intel

SQLEditor has now been built for Mac OS X/Intel as well as Mac OS X/ppc. I was able to download the Xcode 2.1 release last night and worked on the port this morning. SQLEditor at the moment still has bits … Continue reading

Posted in General, Macintosh, SQLEditor | Leave a comment

SQLEditor

Oracle connectivity has been one of the main things I’ve been working on this week with SQLEditor. This involved installing Oracle on my iBook. Oracle 10g is a remarkably complicated bit of software. It arrives in a 500MB+ download which … Continue reading

Posted in SQLEditor | Leave a comment

SQLEditor released!

After a rather over-extended development cycle SQLEditor version 1.0 has now been released. Which is a great relief to me. I’ve been working on it for so long now that I can’t quite remember not working on it, which is … Continue reading

Posted in Macintosh, SQLEditor, Writing Software | Leave a comment

Java FileWriter, XML and UTF-8

Oddly enough the java.io.FileWriter class doesn’t use UTF-8 by default. I’m not exactly sure what the default encoding is (possibly ISO-8859-1 or US-ASCII?) but it doesn’t seem to be UTF-8, which is odd given that java strings are supposed to … Continue reading

Posted in SQLEditor, Writing Software | 41 Comments