Opened 9 years ago
Last modified 5 years ago
#1251 closed defect
API should use more defaults — at Version 1
Reported by: | Peter Baumann | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | rasodmg | Version: | development |
Keywords: | Cc: | ||
Complexity: | Easy |
Description (last modified by )
currently, setting host, port, database is mandatory in the C++ and Java API. This should provide the well-known defaults to simplify application programming. This should be all needed for localhost:
database.open();
…and we even could make this fully automatic allowing to avoid database open (and, similarly, for transactions where we transparently could allocate one by default).
Note:
See TracTickets
for help on using tickets.