Re: DAS C++ Status

2007-10-21 Thread Adriano Crestani
The SimpleRead sample was remade and renamed to CompanySamples. Not it demonstrates not only how to load data from rdb to SDO graph, but how to modify the graph and apply the changes back to the rdb. DAS GettingInvolved and sample Readme are updated to these new changes. Adriano Crestani On

Re: DAS C++ Status

2007-10-15 Thread Adriano Crestani
-DAS is now supporing all CRUD operations. -Optimistic Concurrency Control is now implemented on DAS -testcases are now being tested using postgres rdbms and not firebird anymore, once its odbc driver is more stable Adriano Crestani On 10/1/07, Adriano Crestani [EMAIL PROTECTED] wrote: Native

Re: DAS C++ Status

2007-10-01 Thread Adriano Crestani
Native DAS provides now a new build infrastructure using ant that is also being used by Native SCA and SDO. Adriano Crestani On 7/21/07, Adriano Crestani [EMAIL PROTECTED] wrote: DAS C++ has now its own exceptions, such as DASInvalidTypeNameException, DASInvalidPropertyNameException,

Re: DAS C++ Status

2007-07-21 Thread Adriano Crestani
DAS C++ is now non-case sensitive, once most dbms are non-case sensitive, DAS C++ will be so, at least for now. Maybe on future, there can be added an option on config file that set DAS as case sensitive. All type and property names are converted to lower case when the SDO graph is created.

Re: DAS C++ Status

2007-07-21 Thread Adriano Crestani
DAS C++ has now its own exceptions, such as DASInvalidTypeNameException, DASInvalidPropertyNameException, DASNullPointerException, DASColumnNotFoundException, DASInvalidColumnNameException, DASInvalidRelationshipNameException, DASInvalidSQLTypeException and DASInvalidTableNameException. Adriano

Re: DAS C++ Status

2007-06-26 Thread Luciano Resende
Hey, very good, once this is available under the wiki, you probably should also send an e-mail to the user list. On 6/25/07, Adriano Crestani [EMAIL PROTECTED] wrote: Added DAS C++ GettingStarted.html document and the first DAS C++ sample under revision 550697. Adriano Crestani On 6/6/07,

Re: DAS C++ Status

2007-06-25 Thread Adriano Crestani
Added DAS C++ GettingStarted.html document and the first DAS C++ sample under revision 550697. Adriano Crestani On 6/6/07, Adriano Crestani [EMAIL PROTECTED] wrote: DAS is no longer needing the config.xsd to read xml configuration files since revision 544749. Adriano Crestani On 5/30/07,

Re: DAS C++ Status

2007-06-06 Thread Adriano Crestani
DAS is no longer needing the config.xsd to read xml configuration files since revision 544749. Adriano Crestani On 5/30/07, Adriano Crestani [EMAIL PROTECTED] wrote: Since revision 542742, DAS C++ is only working with SDO on trunk, and not with SDO C++ M3. Adriano Crestani On 5/29/07,

Re: DAS C++ Status

2007-05-30 Thread Adriano Crestani
Since revision 542742, DAS C++ is only working with SDO on trunk, and not with SDO C++ M3. Adriano Crestani On 5/29/07, Adriano Crestani [EMAIL PROTECTED] wrote: Added support to one to many relationship under revision 542742 Adriano Crestani On 5/28/07, Adriano Crestani [EMAIL PROTECTED]

Re: DAS C++ Status

2007-05-29 Thread Adriano Crestani
Added support to one to many relationship under revision 542742 Adriano Crestani On 5/28/07, Adriano Crestani [EMAIL PROTECTED] wrote: Added support to set up the framework via config xml under revision 542124. Adriano Crestani On 5/22/07, haleh mahbod [EMAIL PROTECTED] wrote: Thank you

Re: DAS C++ Status

2007-05-28 Thread Adriano Crestani
Added support to set up the framework via config xml under revision 542124. Adriano Crestani On 5/22/07, haleh mahbod [EMAIL PROTECTED] wrote: Thank you for the explanation. On 5/21/07, Adriano Crestani [EMAIL PROTECTED] wrote: Yes, it's intergrated with Tuscany SDO C++. Next step is to

Re: DAS C++ Status

2007-05-22 Thread haleh mahbod
Thank you for the explanation. On 5/21/07, Adriano Crestani [EMAIL PROTECTED] wrote: Yes, it's intergrated with Tuscany SDO C++. Next step is to implement a sample for it. I intend to add some info on wiki before the first release. Regards, Adriano Crestani On 5/21/07, haleh mahbod [EMAIL

Re: DAS C++ Status

2007-05-21 Thread Adriano Crestani
Yes, it's intergrated with Tuscany SDO C++. Next step is to implement a sample for it. I intend to add some info on wiki before the first release. Regards, Adriano Crestani On 5/21/07, haleh mahbod [EMAIL PROTECTED] wrote: Hi Adriano, Is this integrated with SDO C++? Is there a sample for

DAS C++ Status

2007-05-20 Thread Adriano Crestani
Actually is being developed the Tuscany DAS C++. So far, the framework can perform the following: - Convetion Over Configuration(COC): - DAS assumes that a column named xxx_id is a FK to the column named id on table xxx. - If no PK column is found on the ResultSet, it sets the column