Skip to content

Instantly share code, notes, and snippets.

View axtens's full-sized avatar

Bruce Axtens axtens

View GitHub Profile
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/gammu/gammu-backup.h
This file has been truncated, but you can view the full file.
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7230
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCatego