Category Archives: SQLEditor

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 | 33 Comments

SQLEditor Cocoa B11a

Unfortunately there was a crashing bug in SQLEditor beta 11 and I had to release b11a. It was one of these things were format strings caused the crash. I’d transposed two of the entries [NSString stringWithFormat:@" %@ %d",aDecimal,aString] instead of … Continue reading

Posted in General, SQLEditor | Leave a comment

SQLEditor Beta 9 Released

Lots of fun new features in SQLEditor Beta 9. I think SQLEditor is getting quite close to the final release version actually, which is good. I have set up a new bug reporting and tracking system.

Posted in SQLEditor | Leave a comment

Online Store

I’ve been working recently on integrating a registration system into SQLEditor (sorry). Unfortunately I kind of need to make some money out of my software and so people have to pay for it. I really wish this wasn’t the case … Continue reading

Posted in SQLEditor, Writing Software | Leave a comment

Serial Number Systems

I’ve recently been trying to write a serial number system for SQLEditor. I’m also looking for a new name for it. It was pointed out that the current name is generic and difficulty to pronounce, plus there is already at … Continue reading

Posted in SQLEditor, Writing Software | Leave a comment

SQLEditor Cocoa B6 Due for release.

SQLEditor Cocoa Beta 6 has been released. Beta 6 offers a number of significant enhancements and improvements, plus several bug fixes. Fields can now be dragged from one table to another. The list of data types can now be edited … Continue reading

Posted in Macintosh, SQLEditor | Leave a comment

NSLog

I just realised that NSLog allows parameters. I’d previously been using NSLog([NSString stringWithFormat:@"%d",randomVar]) … But now I realise that the I don’t really need to do this. A simple call to NSLog will work as well. NSLog(@”%d”,randomVar); It still isn’t … Continue reading

Posted in SQLEditor, Writing Software | Leave a comment

SQLEditor Cocoa B5 Released

Good news everyone! SQLEditor Cocoa version is finally available for download. SQLEditor Cocoa offers a Mac OS X native cocoa interface, an improved SQL parser, better performance and some bug fixes. Download (325k)

Posted in SQLEditor | Leave a comment