-
Archives
- April 2013
- December 2012
- November 2012
- August 2012
- June 2012
- May 2012
- March 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- October 2010
- September 2010
- August 2010
- 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, 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
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 mac, malcolmhardie-solutions, SQLEditor
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
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
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
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
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
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
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
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