Re: [fpc-pascal] Migrate mantis bugtracker

2014-08-05 Thread Graeme Geldenhuys
On 2014-08-04 08:21, Michael Van Canneyt wrote: > Since 500 million records do not fit in memory, Time for a RAM upgrade. ;-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fp

Re: [fpc-pascal] Migrate mantis bugtracker

2014-08-04 Thread Michael Van Canneyt
On Sun, 3 Aug 2014, silvioprog wrote: On Fri, Aug 1, 2014 at 4:43 AM, Michael Van Canneyt wrote: On Thu, 31 Jul 2014, Saunders, Rich wrote: On 2014-07-31 12:48, Michael Van Canneyt wrote: I created a FPC program to migrate a mantis bugtracker database from MySQL

Re: [fpc-pascal] Migrate mantis bugtracker

2014-08-03 Thread silvioprog
On Fri, Aug 1, 2014 at 4:43 AM, Michael Van Canneyt wrote: > > On Thu, 31 Jul 2014, Saunders, Rich wrote: > >> On 2014-07-31 12:48, Michael Van Canneyt wrote: >> >>> I created a FPC program to migrate a mantis bugtracker database from >>> MySQL to Postgres. >>> >>> If someone has interest in such

Re: [fpc-pascal] Migrate mantis bugtracker

2014-08-01 Thread Michael Van Canneyt
On Thu, 31 Jul 2014, Graeme Geldenhuys wrote: On 2014-07-31 17:48, Michael Van Canneyt wrote: I created a FPC program to migrate a mantis bugtracker database from MySQL to Postgres. And soon there will be one from MySQL to Firebird too. :-) Seems great minds think alike. My tiDataPump

Re: [fpc-pascal] Migrate mantis bugtracker

2014-08-01 Thread Michael Van Canneyt
On Thu, 31 Jul 2014, Saunders, Rich wrote: On 2014-07-31 12:48, Michael Van Canneyt wrote: I created a FPC program to migrate a mantis bugtracker database from MySQL to Postgres. If someone has interest in such a program : let me know, and I'll send you the sources. I'm interested! I'd lo

Re: [fpc-pascal] Migrate mantis bugtracker

2014-08-01 Thread Graeme Geldenhuys
On 2014-07-31 17:48, Michael Van Canneyt wrote: > > I created a FPC program to migrate a mantis bugtracker database from MySQL to > Postgres. And soon there will be one from MySQL to Firebird too. :-) Seems great minds think alike. My tiDataPump tool (yes, tiOPF based) already managed to conv

Re: [fpc-pascal] Migrate mantis bugtracker

2014-08-01 Thread Michael Van Canneyt
On Thu, 31 Jul 2014, silvioprog wrote: On Thu, Jul 31, 2014 at 1:48 PM, Michael Van Canneyt wrote: Hi, In case someone is interested: I created a FPC program to migrate a mantis bugtracker database from MySQL to Postgres. The reason for creating such a beast is th

Re: [fpc-pascal] Migrate mantis bugtracker

2014-07-31 Thread Saunders, Rich
On 2014-07-31 12:48, Michael Van Canneyt wrote: I created a FPC program to migrate a mantis bugtracker database from MySQL to Postgres. If someone has interest in such a program : let me know, and I'll send you the sources. I'm interested! I'd love to see your approach because I may have to d

Re: [fpc-pascal] Migrate mantis bugtracker

2014-07-31 Thread silvioprog
On Thu, Jul 31, 2014 at 1:48 PM, Michael Van Canneyt wrote: > > Hi, > > In case someone is interested: > > I created a FPC program to migrate a mantis bugtracker database from MySQL > to Postgres. > > The reason for creating such a beast is that MySQL is inferior to Postgres > in many ways, > and

[fpc-pascal] Migrate mantis bugtracker

2014-07-31 Thread Michael Van Canneyt
Hi, In case someone is interested: I created a FPC program to migrate a mantis bugtracker database from MySQL to Postgres. The reason for creating such a beast is that MySQL is inferior to Postgres in many ways, and so we're switching the FPC bugtracker from MySQL to Postgres. (the recent b