search for: gendb

Displaying 9 results from an estimated 9 matches for "gendb".

Did you mean: sendb
2005 Sep 12
1
Re: Status of the PSE NUT patches (was: NUT patches)
...r newhidups with the mfr,prod,serial params to get the right unit when there are multiple. These can be used for the same purpose... (part of the switch to libhid) > > - nut-cvs-patch-DEP-2005-08-24: > > not applied. I'd like to have something more generic, along > > with the gendb system, that will declare some base deps > > (ie "main.h dstate.h serial.h" for serial drivers), and a @.h > > one (need to have a .h for every driver). Then, there will > > be the special cases (usb, snmp, ... drivers) > > A permanent solution would be very nice....
2005 Sep 16
1
recent and planned changes
* I committed into CVS the gendb patch that I sent to the mailing list on September 12. Arnaud, I hope you approve of this patch; it is more reliable than the previous method in tracking the correct dependencies. * This, together with some other minor recent changes on the Development branch, is between the "before_P...
2006 Feb 09
6
gcc4 compiler warnings
Hi all! The following files emits warnings when compiled with gcc 4.0: al175.c bcmxcp_ser.c belkinunv.c cyberpower.c everups.c powercom.c solis.c All warnings seem to be of this variety: everups.c:38: warning: pointer targets in passing argument 2 of 'ser_get_char' differ in signedness I suggest that those who fiddles with those drivers fixes the warnings and verifies that it works
2006 Jan 13
1
How to disconnect to a database????
...####################### class GenTableAs < ActiveRecord::Base end class GentestController < ApplicationController def index GenTableAs.establish_connection(:adapter => "postgresql", :host => "1.2.3.4", :port => 5432, :database => "gendb", :username => "dbuser", :password => "dbuser") @connected1 = GenTableAs.connection() @removedConnection = GenTableAs.remove_connection() @connected2 = GenTableAs.connection() # should be nil here obj1 = GenTableAs.new obj1["colaa"...
2005 Dec 21
10
can an active records maps to N tables?
Hi, Is it possbile that one active record maps to N tables, actually the relation is 1 to 1, I wonder it is possible. also can a ruby object map to N tables, instead of an active records? Thanks you very much:) Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2006 Oct 16
5
NUT and Automake
...ed in the "automake" branch, at: ssh://svn.debian.org/svn/nut/branches/automake I plan to merge this into the main branch after a period of testing, if there are no objections. Here are some highlights: * automatic dependency tracking: no more need to do this statically with "gendb" and similar * flexible multi-platform library support: libupsclient is now built and installed as a static and/or dynamic library, depending on what the target platform supports. * new maintainer targets: "make dist" to build a source distribution, "make distcheck"...
2006 Jan 11
0
Connection problem with a generic-runtime-built ActiveRecord::Base
..._column_information() return genClass end # read table Column names def readTableColumnNames return self.class.column_names() end end this how I use it: class GentestController < ApplicationController def index GenActRec.connectToPSQLDB("1.2.3.4", 5432, "gendb", "dbuser" ,"dbpwd" ) # test create genAClass = GenActRec.buildNewTableClass("GenTableAs","gen_table_as") @name = genAClass.name obj1 = genAClass.new @col1 = obj1.class.column_names() @removedConnection = GenActRec.closeConnection()...
2005 Oct 09
1
Preparing the 2.0.3-pre2 release (regex matcher)
On 10/1/05, Arnaud Quette <aquette.dev@gmail.com> wrote: > I've decided, as an exception (the second with the ones for 2.0.2, > but hey, nut has a lot of late to resorb) to merge the USB > improvements from the CVS Development branch. I took a look at backporting tripplite_usb to Testing. I don't see the regex matcher, though. Do we want to merge that, too? Or should I
2006 Jan 05
7
HOWTO: Combine fields from 2 two tables in 1 object
Hi all, For a dropdownlist (showing "Company - FirstName Lastname'') I want to fill an object @project_contacts with "Name" from table Companies and "Firstname" and "Lastname" from table contacts. Any idea? Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS