#At file:///C:/Users/Reggie/work/connector-net/trunk/ based on revid:reggie.burnett@stripped
974 Reggie Burnett 2011-04-22
update readme and release notes
modified:
README
README-Commercial
Release Notes.txt
=== modified file 'README'
=== modified file 'README'
--- a/README 2010-12-03 20:53:49 +0000
+++ b/README 2011-04-22 16:07:30 +0000
@@ -7,7 +7,7 @@
MySQL Connector/Net is brought to you by the MySQL team
at Oracle.
-Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
CONTENTS
=== modified file 'README-Commercial'
--- a/README-Commercial 2010-12-03 20:49:29 +0000
+++ b/README-Commercial 2011-04-22 16:07:30 +0000
@@ -7,7 +7,7 @@
License does not apply. MySQL Connector/Net is brought
to you by the MySQL team at Oracle.
-Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
CONTENTS
=== modified file 'Release Notes.txt'
--- a/Release Notes.txt 2010-09-01 17:50:11 +0000
+++ b/Release Notes.txt 2011-04-22 16:07:30 +0000
@@ -1,25 +1,40 @@
-Connector/Net 6.3 Release Notes
+Connector/Net 6.4 Release Notes
------------------------------------
-Welcome to the release notes for Connector/Net 6.3
+Welcome to the release notes for Connector/Net 6.4
-What's new in 6.3
+What's new in 6.4
--------------------
-- Support for Visual Studio 2010
-- Nested transaction scopes now work though they still must use the same connection (no XA)
-- The ability to enable query analysis at runtime
-- New SQL editor
+- Support for Windows authentication in the driver
+- Support for table caching (see below)
+- Improved SQL generation from the Entity Framework provider
What we know is broken
----------------------
-- Documentation has not been integrated into VS2010 yet. We are having trouble with silent integration
- of documentation files. We will include this in a future release.
+- Documentation has not been updated yet.
- The Generated Database Wizard will save the file with the extension .sql. You will need to
manually change the extension to .mysql to use the new editor.
+Table Caching
+-------------
+We have not yet updated the documentation so we write a few words on table caching here.
+
+Table Caching is a new feature that users can use to cache slow-changing datasets on the client side. This is useful for apps
+that are designed to use readers but you still want to minimize trips to the server for slow-changing tables.
+
+It is transparent to the user. It is not enabled by default.
+
+To enable caching, add 'table cache=true' to your connection string. You can also use the 'Default Table Cache Age'
+connection string option to specify the number of seconds a table is cached before being discarded. You can also
+set caching and cache age options on a per command basis. Please note that the cache age property is in "seconds".
+
+In the future we may extend this feature to allow the end user to provide their own implementation or we may provide
+an implementation of table caching that can take advantage of services such as memcached or velocity.
+
+
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20110422160730-8c64g8d6qg3sz2hk.bundle
| Thread |
|---|
| • bzr commit into connector-net-trunk branch (reggie.burnett:974) | Reggie Burnett | 22 Apr |