[ 
https://issues.apache.org/jira/browse/SIS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201350#comment-14201350
 ] 

Martin Desruisseaux commented on SIS-184:
-----------------------------------------

The Git repository is only a mirror. The "real" repository is SVN. Any commit 
on SVN is almost immediately reflected on the Git mirror. I suggest that you 
checkout the JDK8 branch:

{noformat}
svn checkout https://svn.apache.org/repos/asf/sis/branches/JDK8 sis
{noformat}

There is a guide for new committers here: 
http://www.apache.org/dev/new-committers-guide.html

Just a quick note about subversion just in case: I do not know if there is any 
files that need to be moved or renamed. But if it is the case, when moving 
files around, Git detects those move automatically but not SVN; we should not 
forget to use {{svn move}} in order to keep trace of the history (not 
necessarily an inconvenient since auto-detection does not always give the 
expected results, but this is an other story).


> DBase 3 - JDBC : Simple WHERE CLAUSE and Integer, Double field support
> ----------------------------------------------------------------------
>
>                 Key: SIS-184
>                 URL: https://issues.apache.org/jira/browse/SIS-184
>             Project: Spatial Information Systems
>          Issue Type: Improvement
>          Components: Features, Storage
>    Affects Versions: 0.5
>            Reporter: M. Le Bihan
>            Priority: Minor
>         Attachments: SIS184_attach_DBase3_driver_to_Squirrel.png, 
> SIS184_connect_to_database.png, SIS184_create_alias_to_a_dbase3_file.png, 
> SIS184_query_the_table.png, SIS184_table_metadata.png
>
>
> Following the SIS-180 (select * from DBF) this improvment will add the 
> ability to :
> * Obtain field values from Integer and Double fields.
> * Add a simple WHERE clause with = , >, <, >=, <=, <> operators.
> Relational operators (AND, OR) _might be_ implemented too, depending on the 
> ability of parsing the query easily or not. Else, this feature will come in 
> another JIRA.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to