Skip to content

Commit

Permalink
mssqlnative: Added BLOB NOT NULL and DEFAULT support
Browse files Browse the repository at this point in the history
See #292, #478
  • Loading branch information
obmsch authored and dregad committed Dec 29, 2019
1 parent 09ffdc2 commit bc4bfe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datadict/datadict-mssqlnative.inc.php
Expand Up @@ -53,6 +53,9 @@ class ADODB2_mssqlnative extends ADODB_DataDict {

//var $alterCol = ' ALTER COLUMN ';

public $blobAllowsDefaultValue = true;
public $blobAllowsNotNull = true;

function MetaType($t,$len=-1,$fieldobj=false)
{
if (is_object($t)) {
Expand Down

0 comments on commit bc4bfe4

Please sign in to comment.