Task #447 (new)
Opened 13 years ago
Examine time queries from non-Java languages.
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | General | Version: | 3.0-M3 |
| Keywords: | crosslanguage | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Currently it's possible to make a time query with the following code:
List<IObject> list = query.findAllByQuery(
"from Project where details.creationEvent.time > :timestamp",
new Parameters().add(new QueryParameter("timestamp",
Timestamp.class, myTimestamp));
But that's less than easy from other languages.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.