Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 31 Jan 2012 07:12:30 -0600 Newsgroups: comp.databases.ms-sqlserver Subject: [ANN] ODB C++ ORM 1.8.0 released, adds support for SQL Server From: Boris Kolpackov User-Agent: nn/6.7.3 Message-ID: Date: Tue, 31 Jan 2012 07:12:31 -0600 Lines: 46 X-Trace: sv3-Tqjv0Jak8dFV5nv7EU8rExN/88Ruqqca5eWSR5DZyaysJjvTLThEwjuC0/VBOuywtNOxpTU/+EJ78rJ!YRkdf5pu+ASr1Nt/a8xpr/sEK8xeMQOx2WVr10RM6DAByFkkO/P97PfLs/HCh5e386/KU7bLyYrB!5HFRQ4ltJRZZ X-Complaints-To: www.supernews.com/docs/abuse.html X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2624 Xref: x330-a1.tempe.blueboxinc.net comp.databases.ms-sqlserver:913 Hi, I am pleased to announce the release of ODB 1.8.0. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. Major new features in this release: * Support for the Microsoft SQL Server database, including updates to the Boost and Qt profiles, on both Windows and GNU/Linux. * Support for database schemas (database namespaces). * Ability to define composite value types as C++ class template instantiations. A more detailed discussion of these features can be found in the following blog post: http://www.codesynthesis.com/~boris/blog/2012/01/31/odb-1-8-0-released/ For the complete list of new features in this version see the official release announcement: http://www.codesynthesis.com/pipermail/odb-announcements/2012/000012.html ODB is written in portable C++ and you should be able to use it with any modern C++ compiler. In particular, we have tested this release on GNU/Linux (x86/x86-64), Windows (x86/x86-64), Mac OS X, and Solaris (x86/x86-64/SPARC) with GNU g++ 4.2.x-4.6.x, MS Visual C++ 2008 and 2010, and Sun Studio 12. The currently supported database systems are MySQL, SQLite, PostgreSQL, Oracle, and SQL Server. ODB also provides profiles for Boost and Qt, which allow you to seamlessly use value types, containers, and smart pointers from these libraries in your persistent classes. More information, documentation, source code, and pre-compiled binaries are available from: http://www.codesynthesis.com/products/odb/ Enjoy, Boris