You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DBJMIN
Hi folks,
I'm writing and testing a simple feature for give suggests hints to
complete the sqlcommands. The vocabulary contains a word that starts
with what has been typed.
Today I did commit for Trunk. Check
Implementations:
SwingUtils.java
added send sql commands for analysis of SQLSyntax
sqltext.getDocument().addDocumentListener(new SQLSyntax(sqltext));
added in sqltext a event for closes the open parenthesis.
SQLSyntax.java
This class is used for complete the sql command typed in sqltext
(JTextArea)
Future Implementations:
Add dictionary for sql command.
HowTo
*Connect to the Database
*press the button [ SQL ] (Will open the follow message)
----------------------------------------------------
Write here your query. (Delete this message)
-----------------------------------------------------
Write your sql command:
-----------------------------------------------------------
( <- automatically closes the open parenthesis
se <-(Just Moment auto-complete your command (select)
------------------------------------------------------------
*I added some sql commands for auto-complete
BUGs
*Sometimes don't auto-complete the sql commands.
I will be waiting for your suggestion
Have nice week!!
---
Razec
Damico
unread,
Apr 24, 2009, 11:21:24 AM4/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DBJMIN
Hi Miro,
As a first action to FISL 10 version :) can you review, test (junit)
with Razec this SQLSyntax impl. ?
Razec? Can you write on WIKI a SQLSytntax test case?
[]s
Damico
Mir0
unread,
Apr 24, 2009, 12:32:28 PM4/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dbj...@googlegroups.com
Hi folks,
Sure!
Razec, I'll available in GTalk every day.
TX
Miro
Razec
unread,
Apr 25, 2009, 8:32:55 AM4/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dbj...@googlegroups.com
Hi Miro..
Ok, I'll be in touch..
See you
Thx
--- Razec
Damico
unread,
Apr 26, 2009, 10:58:46 AM4/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DBJMIN
Hi Mir0,
Please review Razec's work/code, test it and give to us your opinion.
If you say that is everything ok, I will promote to our new version.
If not, please coordinate the adjusts with Razec.