Category Archives: SQLEditor

SQLEditor, SVG and Cocoa

One of the new features in the latest SQLEditor 2.1 beta release  (v2.1.0b2, about 5.7MB) is SVG export. This allows you to create a diagram in SQLEditor and then export it to SVG format. SVG format is a vector diagram format … Continue reading

Posted in SQLEditor | Leave a comment

Using NSDockTile for debug info

Often when I’m working on an app or something I end up running several different versions of it in a short period of time. There’s usually some bug that I’m trying to fix and I want to make sure that … Continue reading

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

Versions, validateMenuItem: and NSMenuItem

If you find when developing in 10.7 that you get a versions menu with a NSMenuItem as one of the items, it might be worth checking to see whether you’re correctly using validateMenuItem: This problem may happen if you return … Continue reading

Posted in Macintosh, SQLEditor | Leave a comment

SQLEditor upgrades

One of the big questions I’ve been thinking about recently is how to price upgrades for SQLEditor. So far upgrades have all been free as 1.0 became 1.1 and eventually 1.7. But with the new 2.0 release appearing soon, the … Continue reading

Posted in Company News, General, SQLEditor, Writing Software | 1 Comment

Lion Released

Lion is released! Things seem to be going well. SQLEditor appears to work correctly. There is one identified issue which means that you cannot register the app for all users of a machine. Each user must register the app separately … Continue reading

Posted in Macintosh, SQLEditor | Leave a comment

SQLEditor and OS X 10.7/Lion

The release of OS X 10.7 Lion is approaching very fast and the question must be: is SQLEditor compatible? The answer is that I expect that SQLEditor will be compatible with OS X 10.7 when it is released in July. … Continue reading

Posted in Company News, General, Macintosh, SQLEditor | Leave a comment

SQLEditor Diff Support: A Sneak Peak

Development work is continuing on SQLEditor, and I thought I’d post a sneak peak of some features that will be arriving fairly soon. Today the feature is Diff support. Yes, it’s something that people have been asking for and something … Continue reading

Posted in General, SQLEditor | Leave a comment

SQLEditor now zip file not a dmg

In a change that will probably affect almost nobody at all, SQLEditor is now being distributed with a zip file rather than a dmg as the default download. Why? Zip files are simpler to create It prevents the problem of … Continue reading

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

Drizzle JDBC supports MySQL

I came across the Drizzle JDBC driver today, which seems very interesting Most interesting though, is that it supports MySQL and it is BSD licensed. This could solve some of the licensing problems that applications like SQLEditor run into. I’m … Continue reading

Posted in SQLEditor | 1 Comment

SQLEditor + Django

Good news everyone… the new Django plugin for SQLEditor is now available. It allows you to import, edit and export Django model classes with SQLEditor. Django Plugin Page There are some limitations still, in particular it doesn’t support all of … Continue reading

Posted in SQLEditor | Leave a comment

SQLEditor 1.6 final

So, if you’ve seen SQLEditor recently, you’ll hopefully have seen that there is a new version out: version 1.6. This got released just at the beginning of December 2009 1.6 is something that I’ve been working on now for a … Continue reading

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

SQLEditor 1.6

The SQLEditor 1.6 public beta has been available now for about 3 weeks and I’m getting more hopeful about a final candidate release. SQLEditor 1.6 is required for Mac OS X 10.6 Snow Leopard support, but because major sections needed … Continue reading

Posted in Company News, SQLEditor | Leave a comment

SQLEditor 1.4.4 Released

SQLEditor 1.4.4 was just released on Tuesday, the main feature improvement is the support for compound foreign keys. I posted a bit about this before and the final version is pretty much the same as I described. Unfortunately there were … Continue reading

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

SQLEditor: Compound Foreign Keys

The newest version of SQLEditor (1.4.4b1) now has support for compound foreign keys. This is something that people have been asking about for a while now, so I’m pleased that it got included. There are some things that may need … Continue reading

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

SQLEditor 1.4.3b3

So, it’s coming up to the holidays, but there is time for another SQLEditor release. 1.4.3b3 (snappy numbering, yes?) is pretty much a bug fix release. I think that the index creation problems that were happening have now been fixed, … Continue reading

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

MySQL before 4.1?

This graph appears to show that most people polled (97%) are using MySQL 4.1 or later This second poll shows, again, that most people (89%) are using 4.1 or later. The thread at the PunBB forum gives 95% of people polled … Continue reading

Posted in SQLEditor | Tagged , | Leave a comment

SQLEditor updates

I’ve just released a new version of SQLEditor yesterday, mainly as a bug fix release, but it’s definitely recommended to upgrade. The new beta is 1.4.3b1 which was released 14th November. It fixes a number of bugs, including MySQL comments … Continue reading

Posted in SQLEditor | Tagged | Leave a comment

Django Support

Several people have now asked for this, so it’s being really seriously looked at. Plus I’m hopeful that it will be able to support the somewhat different but quite similar Google app engine model class format too Having been working … Continue reading

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

SQLEditor releases

This is another quick update about SQLEditor releases in the near future. 1.4.2b1 Currently version 1.4.2b1 is in beta release, it offers a few specific improvements Added support for editing MySQL character set and collation settings on fields and tables … Continue reading

Posted in SQLEditor | Tagged | Leave a comment

SQLEditor Progress

It’s been a little while since I wrote about the release of SQLEditor so it’s time to write about what’s been happening with SQLEditor since then. SQLEditor 1.4.1.b2 (available now) There is a new bug fix release of SQLEditor available … Continue reading

Posted in General, SQLEditor | Leave a comment