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 Peter Baumann)

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).

Change History (1)

comment:1 by Peter Baumann, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.