[hyena] Tweaks
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] Tweaks
- Date: Wed, 26 May 2010 02:35:26 +0000 (UTC)
commit 24bd545c3a6876e9de6918a098c5084f74699712
Author: Gabriel Burt <gabriel burt gmail com>
Date: Wed Feb 24 11:31:10 2010 -0800
Tweaks
.../Hyena.Data.Sqlite/SqliteUtils.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Hyena.Data.Sqlite/Hyena.Data.Sqlite/SqliteUtils.cs b/src/Hyena.Data.Sqlite/Hyena.Data.Sqlite/SqliteUtils.cs
index cbe5269..c9083c2 100644
--- a/src/Hyena.Data.Sqlite/Hyena.Data.Sqlite/SqliteUtils.cs
+++ b/src/Hyena.Data.Sqlite/Hyena.Data.Sqlite/SqliteUtils.cs
@@ -34,9 +34,9 @@ using System.Collections.Generic;
namespace Hyena.Data.Sqlite
{
- internal static class SqliteUtils
+ public static class SqliteUtils
{
- public static string GetType (Type type)
+ internal static string GetType (Type type)
{
if (type == typeof (string)) {
return "TEXT";
@@ -103,7 +103,7 @@ namespace Hyena.Data.Sqlite
}
}
- public static string BuildColumnSchema (string type, string name, string default_value,
+ internal static string BuildColumnSchema (string type, string name, string default_value,
DatabaseColumnConstraints constraints)
{
StringBuilder builder = new StringBuilder ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]