-
Archives
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- September 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- March 2006
- February 2006
- December 2005
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
-
Meta
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 cocoa, mac, malcolmhardie-solutions, SQLEditor
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
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
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