gasqlparser-devel Mailing List for SQL Parser for Delphi
Status: Alpha
Brought to you by:
gkello
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Magno P. <mag...@gm...> - 2010-02-25 17:24:43
|
Hi, How do I replace a word for another word? For example, if I have the statement: CREATE TABLE tabela ( teste double precision ) How can i replace "double precision" for "float"? The final result would be: CREATE TABLE tabela ( teste float ) Thanks, Magno. |
From: Gert K. <ger...@gm...> - 2010-02-20 13:19:20
|
Yes, to my best knowledge, LGPL allows such usage. Gert On 19 February 2010 15:44, Marcelo Campos Rocha <ma...@in...>wrote: > Hi all, > > can i use this library, static linking to a closed source application? > > Thanks > > Marcelo Rocha > > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gasqlparser-devel mailing list > gas...@li... > https://lists.sourceforge.net/lists/listinfo/gasqlparser-devel > > |
From: Marcelo C. R. <ma...@in...> - 2010-02-19 14:07:02
|
Hi all, can i use this library, static linking to a closed source application? Thanks Marcelo Rocha |
From: Nando D. <na...@de...> - 2005-09-13 09:44:04
|
Gert, GK> Hope I did give some glue... many thanks; your help is most appreciated. I'll give it a go when I find the time and report back. Ciao -- Nando Dessena http://www.flamerobin.org |
From: Gert K. <ger...@ma...> - 2005-09-13 09:19:41
|
Hi again. Seems a good start point. And the task should not be too hard, I hope :-P So, the current state regarding the issue: 1. There is a TgaSQLStoredProcReference (gaSQLTableRefParsers.pas), which should be able to handle the stored procedure parsing. 2. Join parsing is handled by TgaJoinClause (gaSelectStm.pas). It uses TgaSQLTable as "data source" reference. 3. TgaSelectSQLStatement uses TgaSQLTableList (list of TgaSQLTable) to hold "data sources" 4. TgaSQLTable is mediator to TgaSQLDataReference (TgaSQLStoredProcReference inherits from TgaSQLDataReference) So, in essence, the stored procedures should be supported as in RFE. There are probably couple of bugs to fix. You should start looking at procedure TgaSQLTable.ExecuteTokenAdded(Sender: TObject; AToken: TgaSQLTokenObj); and figure aut why the stored procedures are not working... (The problem might reside in TgaSQLStoredProcReference.ExecuteTokenAdded also..) In general, the ExecuteTokenAdded methods are where all the real work is done.. Hope I did give some glue... Nando Dessena wrote: > Hello Gert, > > GK> The project is somewhat "suspended" state. I do not have currently time > GK> to make any active development. But I would extremely glad if someone > GK> would take the development over. I would give my assistance as much as > GK> possible. > > well, since I am currently needing a particular feature (see RFE > #1288838), I might implement it myself after all. :-) > Unfortunately time is not exactly what I have in large amounts. > > Anyway, could you sketch for me a learning path into the code? Things > like what I need to read as a prerequisite, etc. > > Also, could you take a look at the RFE above and tell whether > implementing that would be an affordable task for a complete newbie > to the code? > > Thanks -- Gert |
From: Nando D. <na...@de...> - 2005-09-13 08:59:55
|
Hello Gert, GK> The project is somewhat "suspended" state. I do not have currently time GK> to make any active development. But I would extremely glad if someone GK> would take the development over. I would give my assistance as much as GK> possible. well, since I am currently needing a particular feature (see RFE #1288838), I might implement it myself after all. :-) Unfortunately time is not exactly what I have in large amounts. Anyway, could you sketch for me a learning path into the code? Things like what I need to read as a prerequisite, etc. Also, could you take a look at the RFE above and tell whether implementing that would be an affordable task for a complete newbie to the code? Thanks -- Nando Dessena http://www.flamerobin.org |
From: Gert K. <ger...@ma...> - 2005-09-13 08:41:02
|
Hi. The project is somewhat "suspended" state. I do not have currently time to make any active development. But I would extremely glad if someone would take the development over. I would give my assistance as much as possible. Nando Dessena wrote: > Hello, > is this list (and/or) this project still active? I can see a recent > file release but close to sero traffic in the list archives and the Sf > trackers. > > Ciao -- Gert |
From: Nando D. <na...@de...> - 2005-09-13 08:34:33
|
Hello, is this list (and/or) this project still active? I can see a recent file release but close to sero traffic in the list archives and the Sf trackers. Ciao -- Nando Dessena http://www.flamerobin.org |
From: Gert K. <Ger...@ma...> - 2004-07-20 17:17:08
|
> how to add a new condition string to the where part. > > i have a sqlstring like 'select * from Table1 where field1=''tt''', and now i went to add a new condition : ' or field1=''bb''', how can I do? I think that only available solution right now is x.WhereClause.AsString := x.WhereClause.AsString + ' or field1=''bb'''; > > or Only I can do is set the WhereClause.asstring property? Currently, yes, I think (What, You are the author and do not know?? :) ) Well, with a ltlle thinking I would be able to make a little sample but I'm not sure it would be worth the trouble. It would not be very nice solution... -- Gert |
From: JohnZeng j. <ze...@ho...> - 2004-07-20 09:12:12
|
DQoNCiBob3cgdG8gYWRkIGEgbmV3IGNvbmRpdGlvbiBzdHJpbmcgdG8gdGhlIHdoZXJlIHBhcnQu DQogDQogaSBoYXZlIGEgc3Fsc3RyaW5nIGxpa2UgJ3NlbGVjdCAqIGZyb20gVGFibGUxIHdoZXJl IGZpZWxkMT0nJ3R0JycnLCBhbmQgbm93IGkgd2VudCB0byBhZGQgYSBuZXcgY29uZGl0aW9uIDog JyBvciBmaWVsZDE9JydiYicnJywgaG93IGNhbiBJIGRvPw0KIA0KIG9yIE9ubHkgSSBjYW4gZG8g aXMgc2V0IHRoZSBXaGVyZUNsYXVzZS5hc3N0cmluZyBwcm9wZXJ0eT8NCiANCiBCZXN0UmVnYXJk cyENCmpvaG4u |
From: Gert K. <Ger...@ma...> - 2004-07-18 21:51:41
|
Sorry for the long delay. I didn't relise I was not added to the members of list when I created it. Well, about You request: All the is available about this component is in current CVS tree. I can't give You something more. But I would like to help You out with any problems You may have. Also, I would be most glad if You could contribute some documnet/demo program, so that next person could have helped more easily. Please sebd any responce to the gas...@li... -- Gert |
From: Gert K. <Ger...@ma...> - 2004-07-18 21:39:53
|
Hi everyone. I put together a little documentation about the future of the component. You can see it at http://gasqlparser.sourceforge.net/v2/gaSQLParser_v2.html If You ahve any comments/notes, dont hesitate to write here. -- Gert |
From: JohnZeng j. <ze...@ho...> - 2004-07-15 07:57:39
|
sfm0qGhpLEtlbGxvICwNCg0Kd2hlcmUgc2hvdWxkIEkgZ2V0IG1vcmUgZGVtbyBhbmQgZG9jdW1l bnQ/IEFsbCBtZXNzYWdlIEkgZ290IGlzIHRoZSBzb3VyY2UgYW5kIHRoZSBkZW1vIGZyb20gdGhl IGN2cy4gaXQgd2FzIHRvbyBkaWZmaWN1bHRlIGZvciBtZS4NCg0KQmVzdFJlZ2FyZHMhDQoNCmpv aG4uDQo= |