Re: [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread michael . vancanneyt
On Fri, 29 Jul 2011, Felipe Monteiro de Carvalho wrote: On Fri, Jul 29, 2011 at 10:44 AM, wrote: Because depending on a full-fledged spreadsheet technology for exporting data is overkill. The idea of the export routines is to be able to export data without too much dependencies. That's n

Re: [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread Felipe Monteiro de Carvalho
On Fri, Jul 29, 2011 at 10:44 AM, wrote: > Because depending on a full-fledged spreadsheet technology for exporting > data is > overkill. > > The idea of the export routines is to be able to export data without too > much dependencies. That's not really possible for ODS. You will need to at leas

Re: [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread Felipe Monteiro de Carvalho
On Fri, Jul 29, 2011 at 10:46 AM, Reinier Olislagers wrote: >> Why not simply implement a importer from Dataset for FPSpreadsheet >> instead of creating a new library to handle ODS? > > Very good idea; I'm not going to do it though - when csv works good > enough [1], that works for me... Actually

Re: [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread Reinier Olislagers
On 29-7-2011 10:32, Felipe Monteiro de Carvalho wrote: > On Thu, Jul 28, 2011 at 4:28 PM, Reinier Olislagers > wrote: >> 5. I briefly thought about including OpenOffice Calc (ODT) format >> exporting but that seems a bit overkill as there already is a CSV export >> format. Any thoughts on new form

Re: [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread michael . vancanneyt
On Fri, 29 Jul 2011, Felipe Monteiro de Carvalho wrote: On Thu, Jul 28, 2011 at 4:28 PM, Reinier Olislagers wrote: 5. I briefly thought about including OpenOffice Calc (ODT) format exporting but that seems a bit overkill as there already is a CSV export format. Any thoughts on new formats -

Re: [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread Felipe Monteiro de Carvalho
On Thu, Jul 28, 2011 at 4:28 PM, Reinier Olislagers wrote: > 5. I briefly thought about including OpenOffice Calc (ODT) format > exporting but that seems a bit overkill as there already is a CSV export > format. Any thoughts on new formats - apart from Atom ;) ? That would be export from Dataset

Re: RE : RE : RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread Martin Schreiber
Am 29.07.2011 08:27, schrieb michael.vancann...@wisa.be: Maybe mseide does it too. Correct. Martin ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: RE : RE : RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread Reinier Olislagers
On 29-7-2011 9:27, michael.vancann...@wisa.be wrote: > > > On Thu, 28 Jul 2011, Ludo Brands wrote: > > Agreed, but you cannot every kind of data type, for that you > will probably need the various databases... and hopefully a > continuous integration server to run the tests... >

Re: RE : RE : RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-29 Thread michael . vancanneyt
On Thu, 28 Jul 2011, Ludo Brands wrote: Agreed, but you cannot every kind of data type, for that you will probably need the various databases... and hopefully a continuous integration server to run the tests... Sqldb converts databases types to the internal ftxxx datatypes. So, yes, you can

Re: RE : RE : RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-28 Thread Reinier Olislagers
On 28-7-2011 20:59, Ludo Brands wrote: Agreed, but you cannot every kind of data type, for that you will probably need the various databases... and hopefully a continuous integration server to run the tests... >>> >>> Sqldb converts databases types to the internal ftxxx datatyp

RE : RE : RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-28 Thread Ludo Brands
> >> Agreed, but you cannot every kind of data type, for that you > >> will probably need the various databases... and hopefully a > >> continuous integration server to run the tests... > >> > > > > Sqldb converts databases types to the internal ftxxx datatypes. So, > > yes, you can everything w

Re: RE : RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-28 Thread Reinier Olislagers
On 28-7-2011 20:27, Ludo Brands wrote: > >> Agreed, but you cannot every kind of data type, for that you >> will probably need the various databases... and hopefully a >> continuous integration server to run the tests... >> > > Sqldb converts databases types to the internal ftxxx datatypes. So,

RE : RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-28 Thread Ludo Brands
> Agreed, but you cannot every kind of data type, for that you > will probably need the various databases... and hopefully a > continuous integration server to run the tests... > Sqldb converts databases types to the internal ftxxx datatypes. So, yes, you can everything without external databa

Re: RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-28 Thread Reinier Olislagers
On 28-7-2011 18:02, Ludo Brands wrote: >> 3. Regarding the tests: I thought about better ways of >> testing the exports. The only fairly easy way I see is >> testing with more databases (such as mysql which you were >> doing), maybe by adapting the existing fcl-db test framework. >> Haven't eve

RE : [fpc-pascal] XML-XSD export: importer & how to test

2011-07-28 Thread Ludo Brands
> -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part > de Reinier Olislagers > Envoyé : jeudi 28 juillet 2011 16:29 > À : FPC Mailing list > Objet : [fpc-pascal] XML-XSD export: importer & how to test > > >