Skip to content

Commit 27caa63

Browse files
committed
Summaries of v4 provider files
1 parent 886992f commit 27caa63

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

Orm/Xtensive.Orm.Firebird/Sql.Drivers.Firebird/v4_0/Compiler.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2021 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
4+
15
using System;
26
using System.Collections.Generic;
37
using System.Text;

Orm/Xtensive.Orm.Firebird/Sql.Drivers.Firebird/v4_0/Driver.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// Copyright (C) 2003-2010 Xtensive LLC.
2-
// All rights reserved.
3-
// For conditions of distribution and use, see license.
4-
// Created by: Csaba Beer
5-
// Created: 2011.01.10
1+
// Copyright (C) 2021 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
64

75
using System;
86
using Xtensive.Sql.Info;

Orm/Xtensive.Orm.Firebird/Sql.Drivers.Firebird/v4_0/Extractor.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2021 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
4+
15
using System;
26
using System.Collections.Generic;
37
using System.Data;
@@ -666,6 +670,8 @@ private static string GetTypeName(int majorTypeIdentifier, int? minorTypeIdentif
666670
: "BIGINT";
667671
case 27:
668672
return "DOUBLE PRECISION";
673+
case 29:
674+
return "TIMESTAMP WITH WITH TIME ZONE";
669675
case 35:
670676
return "TIMESTAMP";
671677
case 37:

Orm/Xtensive.Orm.Firebird/Sql.Drivers.Firebird/v4_0/TypeMapper.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
// Copyright (C) 2021 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
4+
15
using System;
2-
using System.Collections.Generic;
36
using System.Data.Common;
47
using System.Numerics;
58
using System.Text;

0 commit comments

Comments
 (0)