Re: RE : RE : [fpc-pascal] Patch: new XML export for FCL-DB ready forinclusion, issue 19790 - includes Delphi Clientdataset

2011-08-05 Thread Reinier Olislagers
On 28-7-2011 14:36, Ludo Brands wrote:
>>> - bcd: invalid field type
>> Ok, what field type do we need ;) I'll wait for your further 
>> investigations.
> 
> Line 2087 becomes:
> 
>   ftBCD: //WIDTH=precision, DECIMALS=scale
 The sqldb mysql implementation doesn't distinguish text from
blob. Nothing
> that can be done about in the export.
> 
> Ludo
> 

Ludo & the rest,

After my recent adventures with LazUpdater, back to the XML export.

I've written new tests with more data types that at least produce test
output now.

My revision 13 has fixes for the Delphi Clientdataset issues, so
everyone is welcome to test if you want:
https://bitbucket.org/reiniero/fpc_laz_patch_playground/overview

You might want to just use fpxmlxsdexport.pp and use the existing
XMLXSDExportTest code to compare current output with old test output...

I'll be continuing with:
- adding as many small fixes as I can
- streamlining/refactoring the code
- testing ADO.Net, Excel & Access export formats
- preparing patch for (hopefully) inclusion in FPC 2.6 series

Thanks,
Reinier
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Extended LazUpdater available: cross-platform install of SVN/Git FPC/Lazarus

2011-08-05 Thread Reinier Olislagers
Hi all,

I've extended LazUpdater.
This program allows you to download and compile a subversion or git
version of FreePascal and Lazarus in an easy way, without fiddling with
batch files.

On Windows: it's meant to be able to do this without existing FPC
compiler, binutils (make.exe etc), svn client or unzip program. If you
do have a compiler installed, you can specify that LazUpdater uses that.
The "bare metal" install (without unzip,svn,compiler) on Windows needs
to be tested further.
I'm using it on Windows with an existing compiler and a git client;
install from scratch & further updating seems to work fine.

On Linux/OSX: this version needs to be tested.

I'm not the original author of the program; I've based my version on the
latest published version of LazUpdater and submitted my version as a
feature request.
So you can download it from:
[url]http://forge.lazarusforum.de/issues/118[/url]
(See the latest post for my most recent version)

If the original author doesn't respond to this feature request, it might
be a good idea to include it in Lazarus CCR

I'd appreciate test results, improvement requests and other feedback.

Thanks,
Reinier

PS: Yes, I know I mentioned I'd get back on my FCL-DB XML export, but
had to get a working FPC dev version, so I finished this first...
excuses, I know ;)
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal