20 using NUnit.Framework;
 
   22 namespace Deveel.Data.Types {
 
   24     [Category(
"Booleans")]
 
   25     [Category(
"Data Types")]
 
   28         [Category(
"Comparison")]
 
   31             Assert.IsNotNull(type);
 
   41         [Category(
"Comparison")]
 
   44             Assert.IsNotNull(type);
 
   52         [Category(
"Comparison")]
 
   55             Assert.IsNotNull(type);
 
   59             Assert.AreEqual(1, result);
 
Provides some helper functions for resolving and creating SqlType instances that are primitive to the...
 
static BooleanType Boolean()
 
void Compare_BooleanToNumeric_Invalid()
 
static readonly SqlNumber Zero
 
void Compare_BooleanToNumeric()
 
static readonly SqlNumber One