Send Netdot-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."


Today's Topics:

   1. [SCM] Netdot branch netdot-1.0 updated.
      netdot-1.0.4-84-g69c9f1b ([email protected])
   2. [SCM] Netdot branch master updated.       netdot-1.0.4-84-g69c9f1b
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Thu, 25 Jul 2013 12:46:34 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.4-84-g69c9f1b
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".

The branch, netdot-1.0 has been updated
       via  69c9f1b33c7d633735aadd859403fbf559d60311 (commit)
      from  5cf619dbcc5bf26ee33f69183aa4270c9be4e3e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 69c9f1b33c7d633735aadd859403fbf559d60311
Author: Carlos Vicente <[email protected]>
Date:   Thu Jul 25 15:46:21 2013 -0400

    Include bigint fields in general search

diff --git a/lib/Netdot/Model.pm b/lib/Netdot/Model.pm
index 4863324..09740c9 100644
--- a/lib/Netdot/Model.pm
+++ b/lib/Netdot/Model.pm
@@ -1083,7 +1083,7 @@ sub search_all_tables {
            next if ( $mcol->links_to() );
            # Only include these types
            push @cols, $c
-               if ( $mcol->sql_type =~ /^blob|text|varchar|integer$/ ); 
+               if ( $mcol->sql_type =~ 
/^blob$|^text$|^varchar$|^integer$|^bigint$/o );
        }
        foreach my $col ( @cols ){
            my @res = $tbl->search_like($col=>$q);

-----------------------------------------------------------------------

Summary of changes:
 lib/Netdot/Model.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Netdot


------------------------------

Message: 2
Date: Thu, 25 Jul 2013 12:47:34 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
        netdot-1.0.4-84-g69c9f1b
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".

The branch, master has been updated
       via  69c9f1b33c7d633735aadd859403fbf559d60311 (commit)
      from  5cf619dbcc5bf26ee33f69183aa4270c9be4e3e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 lib/Netdot/Model.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Netdot


------------------------------

_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel


End of Netdot-devel Digest, Vol 76, Issue 18
********************************************

Reply via email to