StactiveRecord icon indicating copy to clipboard operation
StactiveRecord copied to clipboard

StactiveRecord is a C++ ORM library designed to make simple database use as simple as possible. It was inspired by Ruby on Rail's Active Record, however, no similar look, feel, or performance is guara...

Results 3 StactiveRecord issues
Sort by recently updated
recently updated
newest added

In file included from /usr/include/wchar.h:36:0, from /usr/include/c++/4.9/cwchar:44, from /usr/include/c++/4.9/bits/postypes.h:40, from /usr/include/c++/4.9/bits/char_traits.h:40, from /usr/include/c++/4.9/string:40, from stactive_record.h:11, from utils.cpp:28: /usr/include/stdio.h:44:8: error: forward declaration of 'FILE {aka struct _IO_FILE}' struct _IO_FILE; ^ Makefile:472:...

Latest files pulled from git; autogen; configure; make; make install Install fails with install complaining that it won't overwrite the just-created stactiverecord/stactive_record.h. A fix (seems to work), is to remove...

Hi, I got problems compiling the code at ubuntu. To solve them you just need to add and change to in your stactive_record.h file. Best Regards