From a33ec0a3efc6e1c623966a210a83a67e1e253b9f Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 10 Oct 2006 23:38:05 +0000 Subject: --- user_guide/database/transactions.html | 4 ++-- user_guide/general/changelog.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html index cf095ea85..8077155ed 100644 --- a/user_guide/database/transactions.html +++ b/user_guide/database/transactions.html @@ -67,11 +67,11 @@ Transactions

Transactions

Code Igniter's database abstraction allows you to use transactions with databases that support transaction-safe table types. In MySQL, you'll need -to be running InnoDB or BDB table types rather then the more common MyISAM. Most other databases support transactions natively.

+to be running InnoDB or BDB table types rather then the more common MyISAM. Most other database platforms support transactions natively.

If you are not familiar with transactions we recommend you find a good online resource to learn about them for your particular database. The information below assumes you -have a basic understanding of transactions. For most sites, however, transactions won't be necessary. +have a basic understanding of transactions.

Code Igniter's Approach to Transactions

diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 9836671eb..81dbcff99 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -63,8 +63,8 @@ Change Log

Change Log

-

Version 1.5.0

-

Release Date: October 15, 2006

+

Version 1.5.0 Beta

+

Release Date: October 11, 2006